diff options
author | Jonathan Duran | 2012-05-11 14:10:50 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-11 14:10:50 -0700 |
commit | 6fcaa4e923a19672b5860b4c6f67d836680e7e99 (patch) | |
tree | e473e99d0e9ad8e9ca44cc6e2c2e86d2e8ff7477 /js/lib/geom/sub-path.js | |
parent | 67a9691aba370cf4e9928ac6cf14548ded95fc92 (diff) | |
parent | 27f4cacb39de1c2e3910748dadc9fc16d0655480 (diff) | |
download | ninja-6fcaa4e923a19672b5860b4c6f67d836680e7e99.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
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 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 | ||
235 | GLSubpath.prototype = new GeomObj(); | 235 | GLSubpath.prototype = Object.create(GeomObj, {}); |
236 | 236 | ||
237 | ///////////////////////////////////////////////////////// | 237 | ///////////////////////////////////////////////////////// |
238 | // Property Accessors/Setters | 238 | // Property Accessors/Setters |