diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/lib/geom/sub-path.js | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
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(); |