We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Pure JS class which is inherited from cc.Class will trigger an irrelevant log.
Pure JS class which is inherited from cc.Class will trigger an irrelevant log.
Bug #3858 [Closed]
Fixed at https://github.com/cocos2d/cocos2d-x/pull/5229.
The log is triggered at
js_cocos2d.js
We should check whether object is an pure JS object. If it's pure JS object and not contains
ctor
property, we should not output this log.