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