particleSystem.clone is not a function ??

var particleSystem = new cc.ParticleSystem.create(“res/item”+this.m_imgIndex+".plist");

    particleSystem.clone();

api里面有这个方法啊,为什么调用之后报错呢

Candy.js:46:TypeError: particleSystem.clone is not a function