aboutsummaryrefslogtreecommitdiff
path: root/js/tools/LineTool.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tools/LineTool.js')
-rwxr-xr-xjs/tools/LineTool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/LineTool.js b/js/tools/LineTool.js
index b0681af7..2dbaf593 100755
--- a/js/tools/LineTool.js
+++ b/js/tools/LineTool.js
@@ -173,7 +173,7 @@ exports.LineTool = Montage.create(ShapeTool, {
173 slope, 173 slope,
174 dx, 174 dx,
175 dy; 175 dy;
176 176
177 if (hitRec0 && hitRec1) { 177 if (hitRec0 && hitRec1) {
178 var p0 = hitRec0.getLocalPoint(), 178 var p0 = hitRec0.getLocalPoint(),
179 p1 = hitRec1.getLocalPoint(); 179 p1 = hitRec1.getLocalPoint();