mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Removed duplicate event doc
This commit is contained in:
parent
3c446663c3
commit
62a81c9a27
@ -126,17 +126,8 @@
|
|||||||
_this.maxLevel = _this.levels.length - 1;
|
_this.maxLevel = _this.levels.length - 1;
|
||||||
|
|
||||||
_this.ready = true;
|
_this.ready = true;
|
||||||
/**
|
|
||||||
* Raised when a TileSource is opened and initialized.
|
// Note: this event is documented elsewhere, in TileSource
|
||||||
*
|
|
||||||
* @event ready
|
|
||||||
* @memberof OpenSeadragon.TileSource
|
|
||||||
* @type {object}
|
|
||||||
* @property {OpenSeadragon.TileSource} eventSource - A reference
|
|
||||||
* to the TileSource which raised the event.
|
|
||||||
* @property {Object} tileSource
|
|
||||||
* @property {?Object} userData - Arbitrary subscriber-defined object.
|
|
||||||
*/
|
|
||||||
_this.raiseEvent('ready', {tileSource: _this});
|
_this.raiseEvent('ready', {tileSource: _this});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user