We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2fad4 commit 1312368Copy full SHA for 1312368
docs/TweenJS_docs-NEXT.zip
38.9 KB
src/createjs/utils/extend.js
@@ -50,7 +50,7 @@ this.createjs = this.createjs||{};
50
* console.log(foo instanceof MySuperClass); // true
51
* console.log(foo.prototype.constructor === MySubClass); // true
52
*
53
- * @method extends
+ * @method extend
54
* @param {Function} subclass The subclass.
55
* @param {Function} superclass The superclass to extend.
56
* @return {Function} Returns the subclass's new prototype.
0 commit comments