aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/sub-path.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 01:00:22 -0700
committerValerio Virgillito2012-05-16 01:00:22 -0700
commitf9f8fdc3000042ba5b4504d91870dc9a32ef25eb (patch)
tree606f22568ad2be0f7aed266a4d20de576f44002f /js/lib/geom/sub-path.js
parenta9672abd32c2e03b8607c1af4903c90f7ff9531c (diff)
downloadninja-f9f8fdc3000042ba5b4504d91870dc9a32ef25eb.tar.gz
Squashed master into dom-architecture
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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