From 06e98c6ee59bb233237b3c4435cd84265ff5340e Mon Sep 17 00:00:00 2001 From: Tom Fili Date: Mon, 13 Jun 2016 14:05:30 -0400 Subject: [PATCH] jsHint error fix. --- Source/Core/BingMapsApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/BingMapsApi.js b/Source/Core/BingMapsApi.js index c0ad93a8d4b0..bd2f03290bc0 100644 --- a/Source/Core/BingMapsApi.js +++ b/Source/Core/BingMapsApi.js @@ -29,7 +29,7 @@ define([ BingMapsApi.defaultKey = undefined; var printedBingWarning = false; - var errorCredit = undefined; + var errorCredit; var errorString = 'This application is using Cesium\'s default Bing Maps key. Please create a new key for the application as soon as possible and prior to deployment by visiting https://www.bingmapsportal.com/, and provide your key to Cesium by setting the Cesium.BingMapsApi.defaultKey property before constructing the CesiumWidget or any other object that uses the Bing Maps API.'; BingMapsApi.getKey = function(providedKey) {