Bug report:platform/CCApplication.js

bug report:
file: platform/CCApplication.js
line: 206
cc.log(cc.ENGINE_VERSION); => cc.Log(cc.ENGINE_VERSION);
datetime: I just check out form github, five minutes ago.

I have the same error, I disable this line in order to continue testing my code

cc.log(cc.ENGINE_VERSION); => cc.Log(cc.ENGINE_VERSION);
Just change the lower case “l” to upper case “L”, it’ll work. In Chrome’s console, it prints :Cocos2d-html5-v0.5.0-alpha2

thanks!

Thank you.
It is fixed.