Skip to content
New issue

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

/* crashes CocosBuilder #353

Closed
sortris opened this issue May 8, 2013 · 1 comment
Closed

/* crashes CocosBuilder #353

sortris opened this issue May 8, 2013 · 1 comment

Comments

@sortris
Copy link

sortris commented May 8, 2013

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

vlidholt pushed a commit that referenced this issue May 8, 2013
@vlidholt
Copy link

vlidholt commented May 8, 2013

Fixed on develop branch

@vlidholt vlidholt closed this as completed May 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants