Skip to content

Commit 1312368

Browse files
author
Lanny McNie
committed
Fixed @Class extend naming in docs
1 parent 2a2fad4 commit 1312368

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/TweenJS_docs-NEXT.zip

38.9 KB
Binary file not shown.

src/createjs/utils/extend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ this.createjs = this.createjs||{};
5050
* console.log(foo instanceof MySuperClass); // true
5151
* console.log(foo.prototype.constructor === MySubClass); // true
5252
*
53-
* @method extends
53+
* @method extend
5454
* @param {Function} subclass The subclass.
5555
* @param {Function} superclass The superclass to extend.
5656
* @return {Function} Returns the subclass's new prototype.

0 commit comments

Comments
 (0)