Skip to content

Commit 19d6757

Browse files
committed
Removed deprecated initialize method
1 parent 17d61df commit 19d6757

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/preloadjs/LoadQueue.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)