cocos2d-html5 v2.1 Waves3D

eg: cc.Waves3D.create(5, 40, cc.g(15,10), duration );
error: Cannot call method ‘create’ of undefined

Correct params are (duration, gridSize, range, shakeZ).
For example:
cc.Waves3D.create(1.5,cc.size(10,10),15,10);