Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a03dbe4

Browse files
committedSep 16, 2013
Bug #2806: Correct the errors of CCArmatureDefine for Cocos2d-Html5 releasing
1 parent ef6f9a4 commit a03dbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎extensions/CocoStudio/Armature/utils/CCArmatureDefine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ cc.armatureVersion = function(){
3333
return "0.4.0.0";
3434
};
3535

36-
cc.RESOURCE_TYPE.TEXT.push("ExportJson");
36+
cc.RESOURCE_TYPE["TEXT"].push("ExportJson");

0 commit comments

Comments
 (0)
Please sign in to comment.