aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/sub-path.js
diff options
context:
space:
mode:
authorhwc4872012-07-09 16:08:02 -0700
committerhwc4872012-07-09 16:08:02 -0700
commit5085d0f67df89a21715308956004164597a6ba79 (patch)
tree2c896163143a66331205a39b0a3b1b45d51bf12a /js/lib/geom/sub-path.js
parent51f1691f792dbda9b740ded8aa0457c9406db156 (diff)
parent84b3327bd92faafab7954b5eb64c7abe24a3fe13 (diff)
downloadninja-5085d0f67df89a21715308956004164597a6ba79.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into GridFixes
Conflicts: js/helper-classes/3D/StageLine.js
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-xjs/lib/geom/sub-path.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js
index f047224d..bda9f317 100755
--- a/js/lib/geom/sub-path.js
+++ b/js/lib/geom/sub-path.js
@@ -78,7 +78,7 @@ var GLSubpath = function GLSubpath() {
78 //drawing context 78 //drawing context
79 this._world = null; 79 this._world = null;
80 this._canvas = null; //todo this might be unnecessary (but faster) since we can get it from the world 80 this._canvas = null; //todo this might be unnecessary (but faster) since we can get it from the world
81 81
82 //tool that owns this subpath 82 //tool that owns this subpath
83 this._drawingTool = null; 83 this._drawingTool = null;
84 84
@@ -380,7 +380,7 @@ GLSubpath.prototype.removeAnchor = function (index) {
380 retAnchor = this._Anchors.splice(index, 1); 380 retAnchor = this._Anchors.splice(index, 1);
381 } 381 }
382 this.makeDirty(); 382 this.makeDirty();
383 383
384 } 384 }
385 //deselect any selected anchor point 385 //deselect any selected anchor point
386 this.deselectAnchorPoint(); 386 this.deselectAnchorPoint();