diff options
Diffstat (limited to 'js/lib/geom/brush-stroke.js')
-rwxr-xr-x | js/lib/geom/brush-stroke.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/brush-stroke.js b/js/lib/geom/brush-stroke.js index 519e0433..09a7023c 100755 --- a/js/lib/geom/brush-stroke.js +++ b/js/lib/geom/brush-stroke.js | |||
@@ -835,7 +835,7 @@ var BrushStroke = function GLBrushStroke() { | |||
835 | 835 | ||
836 | }; //function BrushStroke ...class definition | 836 | }; //function BrushStroke ...class definition |
837 | 837 | ||
838 | BrushStroke.prototype = new GeomObj(); | 838 | BrushStroke.prototype = Object.create(GeomObj, {}); |
839 | 839 | ||
840 | BrushStroke.prototype._CatmullRomSplineInterpolate = function(ctrlPts, t) | 840 | BrushStroke.prototype._CatmullRomSplineInterpolate = function(ctrlPts, t) |
841 | { | 841 | { |