We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
cc.BuilderReader.load( path, null, parentSize ); was not allowed
cc.BuilderReader.load( path, null, parentSize ); was not allowed
Bug #3564 [Closed]
We should allow user to assign
null
to theowner
parameter.Fixed at https://github.com/cocos2d/cocos2d-x/pull/4333 .
The patch is also needed to be merged into develop branch.