File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,19 +171,6 @@ this.createjs = this.createjs||{};
171171 }
172172 var p = Event . prototype ;
173173
174- /**
175- * <strong>REMOVED</strong>. Removed in favor of using `MySuperClass_constructor`.
176- * See {{#crossLink "Utility Methods/extend"}}{{/crossLink}} and {{#crossLink "Utility Methods/promote"}}{{/crossLink}}
177- * for details.
178- *
179- * There is an inheritance tutorial distributed with EaselJS in /tutorials/Inheritance.
180- *
181- * @method initialize
182- * @protected
183- * @deprecated
184- */
185- // p.initialize = function() {}; // searchable for devs wondering where it is.
186-
187174// public methods:
188175 /**
189176 * Sets {{#crossLink "Event/defaultPrevented"}}{{/crossLink}} to true if the event is cancelable.
Original file line number Diff line number Diff line change @@ -112,20 +112,6 @@ this.createjs = this.createjs||{};
112112 }
113113 var p = EventDispatcher . prototype ;
114114
115- /**
116- * <strong>REMOVED</strong>. Removed in favor of using `MySuperClass_constructor`.
117- * See {{#crossLink "Utility Methods/extend"}}{{/crossLink}} and {{#crossLink "Utility Methods/promote"}}{{/crossLink}}
118- * for details.
119- *
120- * There is an inheritance tutorial distributed with EaselJS in /tutorials/Inheritance.
121- *
122- * @method initialize
123- * @protected
124- * @deprecated
125- */
126- // p.initialize = function() {}; // searchable for devs wondering where it is.
127-
128-
129115// static public methods:
130116 /**
131117 * Static initializer to mix EventDispatcher methods into a target object or prototype.
You can’t perform that action at this time.
0 commit comments