diff options
Diffstat (limited to 'js/lib/geom/sub-path.js')
-rwxr-xr-x | js/lib/geom/sub-path.js | 4 |
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(); |