Skip to content

Commit

Permalink
Added missing Sprite and Ease classes from Post Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Jul 12, 2015
1 parent b5d5a13 commit 890ad61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
Expand Down
2 changes: 2 additions & 0 deletions src/Tools/HTMLCanvasPostPublish.jsfl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
content = classRef(content, "cjs.Tween");
content = classRef(content, "cjs.Bitmap");
content = classRef(content, "cjs.MovieClip");
content = classRef(content, "cjs.Sprite");
content = classRef(content, "cjs.Ease");

var libItem = /\(([\w\d]+)\.[\w\d]+? \= function\(.*?\) \{([\s\S]+?)\}\)\.prototype \= p/gm;
var libItems = content.match(libItem);
Expand Down
2 changes: 1 addition & 1 deletion src/io.springroll.toolkit.mxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name="SpringRoll Flash Toolkit"
id="io.springroll.toolkit"
requires-restart="true"
version="1.0.1">
version="1.0.2">
<author name="SpringRoll"/>
<description>
<![CDATA[Commands for Exporting, Optimizing and Publish HTML5 Canvas documents]]>
Expand Down

0 comments on commit 890ad61

Please sign in to comment.