We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to comment something out in .js files with /* combination, CocosBuilder crashes and I have to reopen it.
Example. I have following code:
var Krzyzak = function() { }; Krzyzak.prototype.onDidLoadFromCCB = function() { cc.log("KRZ START"); this.rootNode.onTouchesBegan = function( touches, event) { this.controller.onTouchesBegan(touches, event); return true; }; };
when I try to comment out cc.log line with /* symbols combination, CocosBuilder crashes. Crash details: http://pastebin.com/5xH8LyAS
The text was updated successfully, but these errors were encountered:
Fixes issue #353
55e3c98
Fixed on develop branch
Sorry, something went wrong.
No branches or pull requests
When I try to comment something out in .js files with
/*
combination, CocosBuilder crashes and I have to reopen it.
Example. I have following code:
when I try to comment out cc.log line with /* symbols combination, CocosBuilder crashes.
Crash details: http://pastebin.com/5xH8LyAS
The text was updated successfully, but these errors were encountered: