Skip to content

Commit

Permalink
EaselJS 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lanny McNie <[email protected]>
  • Loading branch information
Lanny McNie committed Dec 12, 2013
1 parent 0b27491 commit 08bec78
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version NEXT [NOT RELEASED]
Version 0.7.1 [December 12, 2013]
****************************************************************************************************
- fixed issue with mouseChildren not working with nested Containers
- fixed issue where first call to Ticker.addEventListener() did not return the listener
Expand Down
Binary file removed docs/EaselJS_docs-0.7.0.zip
Binary file not shown.
Binary file added docs/EaselJS_docs-0.7.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/assets/flashplugin-NEXT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/assets/preloadjs-NEXT.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/assets/soundjs-NEXT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/assets/tweenjs-NEXT.min.js

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions lib/easeljs-0.7.0.min.js

This file was deleted.

14 changes: 14 additions & 0 deletions lib/easeljs-0.7.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/easeljs-NEXT.min.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/easeljs/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ this.createjs = this.createjs || {};
* @type String
* @static
**/
s.buildDate = /*date*/"Thu, 12 Dec 2013 22:11:46 GMT"; // injected by build process
s.buildDate = /*date*/"Thu, 12 Dec 2013 23:37:07 GMT"; // injected by build process

})();
2 changes: 1 addition & 1 deletion src/easeljs/version_movieclip.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ this.createjs = this.createjs || {};
* @type String
* @static
**/
s.buildDate = /*date*/"Fri, 08 Nov 2013 21:30:41 GMT"; // injected by build process
s.buildDate = /*date*/"Thu, 12 Dec 2013 23:37:07 GMT"; // injected by build process

})();

0 comments on commit 08bec78

Please sign in to comment.