mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Add missing space between sentences in error message
This fixes an issue reported by LGTM: This string appears to be missing a space after 'deprecated.'. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
0948a8b376
commit
3227a152eb
@ -239,7 +239,7 @@ $.TileSource.prototype = {
|
||||
|
||||
getTileSize: function( level ) {
|
||||
$.console.error(
|
||||
"[TileSource.getTileSize] is deprecated." +
|
||||
"[TileSource.getTileSize] is deprecated. " +
|
||||
"Use TileSource.getTileWidth() and TileSource.getTileHeight() instead"
|
||||
);
|
||||
return this._tileWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user