Skip to content

Commit bfbe29d

Browse files
committed
Merge pull request cocos2d#1880 from VisualSJ/develop-5-26
Add engine version
2 parents 2efa7ef + 45be319 commit bfbe29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @constant
3434
* @type String
3535
*/
36-
cc.ENGINE_VERSION = "Cocos2d-html5-v3.0 beta";
36+
window["CocosEngine"] = cc.ENGINE_VERSION = "Cocos2d-html5-v3.0 beta";
3737

3838
/**
3939
* <p>

0 commit comments

Comments
 (0)