We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163c4dd + 6270052 commit 603f2c9Copy full SHA for 603f2c9
src/createjs/utils/extend.js
@@ -44,7 +44,7 @@ this.createjs = this.createjs||{};
44
*
45
* function MySubClass() {}
46
* createjs.extend(MySubClass, MySuperClass);
47
- * ClassB.prototype.doSomething = function() { }
+ * MySubClass.prototype.doSomething = function() { }
48
49
* var foo = new MySubClass();
50
* console.log(foo instanceof MySuperClass); // true
0 commit comments