Merge pull request #1556 from stweil/lgtm

Add missing space between sentences in error message
This commit is contained in:
Ian Gilman 2018-10-29 09:44:47 -07:00 committed by GitHub
commit f6559e6c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ $.TileSource.prototype = {
getTileSize: function( level ) { getTileSize: function( level ) {
$.console.error( $.console.error(
"[TileSource.getTileSize] is deprecated." + "[TileSource.getTileSize] is deprecated. " +
"Use TileSource.getTileWidth() and TileSource.getTileHeight() instead" "Use TileSource.getTileWidth() and TileSource.getTileHeight() instead"
); );
return this._tileWidth; return this._tileWidth;