We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2a857 commit 7f35abcCopy full SHA for 7f35abc
1 file changed
src/preloadjs/LoadQueue.js
@@ -790,6 +790,13 @@ this.createjs = this.createjs || {};
790
* object will contain that value as a property.
791
*/
792
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
+
800
// public methods
801
/**
802
* Register a custom loaders class. New loaders are given precedence over loaders added earlier and default loaders.
0 commit comments