Skip to content

Commit 7f35abc

Browse files
author
Lanny McNie
committed
Documentation: Updated LoadQueue.initialize event to show it is not dispatched (thanks @Marvin)
1 parent 1c2a857 commit 7f35abc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/preloadjs/LoadQueue.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,13 @@ this.createjs = this.createjs || {};
790790
* object will contain that value as a property.
791791
*/
792792

793+
/**
794+
* Although it extends {{#crossLink "AbstractLoader"}}{{/crossLink}}, the `initialize` event is never fired from
795+
* a LoadQueue instance.
796+
* @event initialize
797+
* @private
798+
*/
799+
793800
// public methods
794801
/**
795802
* Register a custom loaders class. New loaders are given precedence over loaders added earlier and default loaders.

0 commit comments

Comments
 (0)