aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/sub-path.js
diff options
context:
space:
mode:
authorEric Guzman2012-05-17 17:09:27 -0700
committerEric Guzman2012-05-17 17:09:27 -0700
commit82954f400f7f8609aef0d2bc1f44c9d960907be6 (patch)
tree2742812a1437f3c7f6a9151e2a786299bb538922 /js/lib/geom/sub-path.js
parent4e43fe2c97833c0847a53484c9589697e64137dc (diff)
parentc37a876b373ddc7cb19277aaeaa6bb2d2d5a50ac (diff)
downloadninja-82954f400f7f8609aef0d2bc1f44c9d960907be6.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
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 56c94df3..4c5fe1eb 100755
--- a/js/lib/geom/sub-path.js
+++ b/js/lib/geom/sub-path.js
@@ -232,7 +232,7 @@ var GLSubpath = function GLSubpath() {
232 232
233}; //function GLSubpath ...class definition 233}; //function GLSubpath ...class definition
234 234
235GLSubpath.prototype = new GeomObj(); 235GLSubpath.prototype = Object.create(GeomObj, {});
236 236
237///////////////////////////////////////////////////////// 237/////////////////////////////////////////////////////////
238// Property Accessors/Setters 238// Property Accessors/Setters