aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/sub-path.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-05-21 08:40:40 -0700
committerPushkar Joshi2012-05-21 08:40:40 -0700
commit11cfa9ef2871002b600f1c18f4e06e55a826163c (patch)
tree381b23b0fa86cdf283a0da7a1b7d532a94e89db4 /js/lib/geom/sub-path.js
parent4cb3612c9a67f4020d2949b5e5e5d84a90017974 (diff)
parentc37a876b373ddc7cb19277aaeaa6bb2d2d5a50ac (diff)
downloadninja-11cfa9ef2871002b600f1c18f4e06e55a826163c.tar.gz
Merge branch 'master' into pentool
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-xjs/lib/geom/sub-path.js2
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
238GLSubpath.prototype = new GeomObj(); 238GLSubpath.prototype = Object.create(GeomObj, {});
239 239
240///////////////////////////////////////////////////////// 240/////////////////////////////////////////////////////////
241// Property Accessors/Setters 241// Property Accessors/Setters