mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 14:16:10 +03:00
Merge pull request #1556 from stweil/lgtm
Add missing space between sentences in error message
This commit is contained in:
commit
f6559e6c17
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user