diff options
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-x | js/lib/geom/sub-path.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index 24acb2b0..a9034def 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js | |||
@@ -235,7 +235,7 @@ var GLSubpath = function GLSubpath() { | |||
235 | 235 | ||
236 | }; //function GLSubpath ...class definition | 236 | }; //function GLSubpath ...class definition |
237 | 237 | ||
238 | GLSubpath.prototype = new GeomObj(); | 238 | GLSubpath.prototype = Object.create(GeomObj, {}); |
239 | 239 | ||
240 | ///////////////////////////////////////////////////////// | 240 | ///////////////////////////////////////////////////////// |
241 | // Property Accessors/Setters | 241 | // Property Accessors/Setters |