Removing unneccessary blank lines

This commit is contained in:
Ralph Krimmel 2016-02-26 17:18:52 +01:00
parent c9144c0add
commit e993297f60

View File

@ -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