Skip to content

Commit 45be319

Browse files
committed
Add engine version
1 parent 9a78316 commit 45be319

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)