Skip to content

Commit b8540b4

Browse files
committed
Updated movieclip libs.
Signed-off-by: Grant Skinner <info@gskinner.com>
1 parent d44cf16 commit b8540b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/movieclip-0.8.0.combined.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ this.createjs = this.createjs||{};
116116
* @type Boolean
117117
* @default true
118118
*/
119-
this.loop = true;
119+
this.loop = loop;
120120

121121
/**
122122
* The current frame of the movieclip.

lib/movieclip-0.8.0.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/movieclip-NEXT.combined.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,6 @@ this.createjs = this.createjs || {};
664664
* @type String
665665
* @static
666666
**/
667-
s.buildDate = /*=date*/"Mon, 15 Dec 2014 02:31:38 GMT"; // injected by build process
667+
s.buildDate = /*=date*/"Thu, 11 Dec 2014 23:16:15 GMT"; // injected by build process
668668

669669
})();

lib/movieclip-NEXT.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)