1.5.2版本中cc.removeSelf问题

1.5.2引擎中,如下代码
lightNode.runAction(cc.sequence(cc.delayTime(0.1), cc.removeSelf()));
报错
CCActionManager.js:419 Uncaught TypeError: Cannot read property ‘isDone’ of null
at TheClass.update (CCActionManager.js:419)
at TheClass.update (CCScheduler.js:401)
at TheClass.mainLoop (CCDirector.js:1383)
at callback (CCGame.js:561)

这里,我把cc.removeSelf去掉,只执行一个delayTime,是不会报错

http://forum.cocos.com/t/1-5-2-web-action/48811
论坛里搜到这个,我先试下,不知道能不能解决这个。。
咋也不再发个1.5.3啊

不要再action里面执行 remove 操作
这个是个老问题了

赞!赞!