BezierConfig class missing in HTML5 framework

Hi,

I cannot find BezierConfig in HTML5 framewok.
I’m new to this framework though i have used iphone cocos2d sdk.

Any help is much appreciated.

Best Regards,
Rahu.

its a simple struc that don’t need a type

here is a sample code from the test cases

        var controlPoints = [ cc.p(0, 374),
                                cc.p(300, -374),
                                cc.p(300, 100) ];

        var bezierForward = cc.BezierBy.create(2, controlPoints);