Skip to content

Commit 1b2d4bf

Browse files
committed
Updated shared classes from EaselJS
1 parent 19d6757 commit 1b2d4bf

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

src/createjs/events/Event.js

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

src/createjs/events/EventDispatcher.js

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

0 commit comments

Comments
 (0)