mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Removing unneccessary blank lines
This commit is contained in:
parent
c9144c0add
commit
e993297f60
@ -38,9 +38,7 @@
|
|||||||
options.minLevel = 0;
|
options.minLevel = 0;
|
||||||
options.maxLevel = options.gridSize.length - 1;
|
options.maxLevel = options.gridSize.length - 1;
|
||||||
|
|
||||||
|
|
||||||
OpenSeadragon.TileSource.apply(this, [options]);
|
OpenSeadragon.TileSource.apply(this, [options]);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$.extend($.ZoomifyTileSource.prototype, $.TileSource.prototype, /** @lends OpenSeadragon.ZoomifyTileSource.prototype */ {
|
$.extend($.ZoomifyTileSource.prototype, $.TileSource.prototype, /** @lends OpenSeadragon.ZoomifyTileSource.prototype */ {
|
||||||
@ -92,7 +90,6 @@
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
* @param {Number} level
|
* @param {Number} level
|
||||||
|
Loading…
Reference in New Issue
Block a user