Skip to content

Commit

Permalink
jsHint error fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fili committed Jun 13, 2016
1 parent e754265 commit 06e98c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/BingMapsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 06e98c6

Please sign in to comment.