Cocos2d-html5
Cocos2d-html5 copied to clipboard
Get issues when using all.js after compile
The all.js file that was cloned along with the repository works fine. When I run ./cocosjs --compile and get building js files done it outputs an dist/all.js file that gives me the following error in Chrome:
Uncaught TypeError: Cannot read property 'prototype' of undefined
__extends @ all.js:2549
(anonymous function) @ all.js:2595
cc.widget.cc.widget @ all.js:2693
cc @ all.js:2957
(anonymous function) @ all.js:2958
p.s. should I just private message you these types of issues on the forums instead?