File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,19 +408,6 @@ this.createjs = this.createjs || {};
408408 var p = createjs . extend ( LoadQueue , createjs . AbstractLoader ) ;
409409 var s = LoadQueue ;
410410
411- /**
412- * <strong>REMOVED</strong>. Removed in favor of using `MySuperClass_constructor`.
413- * See {{#crossLink "Utility Methods/extend"}}{{/crossLink}} and {{#crossLink "Utility Methods/promote"}}{{/crossLink}}
414- * for details.
415- *
416- * There is an inheritance tutorial distributed with EaselJS in /tutorials/Inheritance.
417- *
418- * @method initialize
419- * @protected
420- * @deprecated
421- */
422- // p.initialize = function() {}; // searchable for devs wondering where it is.
423-
424411 /**
425412 * An internal initialization method, which is used for initial set up, but also to reset the LoadQueue.
426413 * @method init
You can’t perform that action at this time.
0 commit comments