Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/easeljs-0.8.2.combined.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ this.createjs = this.createjs||{};
*
* var foo = new MySubClass();
* console.log(foo instanceof MySuperClass); // true
* console.log(foo.prototype.constructor === MySubClass); // true
* console.log(Object.getPrototypeOf(foo).constructor === MySubClass);// true
*
* @method extend
* @param {Function} subclass The subclass.
Expand Down Expand Up @@ -13410,4 +13410,4 @@ this.createjs = this.createjs || {};
**/
s.buildDate = /*=date*/"Thu, 26 Nov 2015 20:44:34 GMT"; // injected by build process

})();
})();