summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/rectangles/engine/map
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-27 11:57:51 -0400
committerJules Laplace <jules@okfoc.us>2015-08-27 12:09:21 -0400
commit685d5fd7b32ac868a0b2d8ac8a2a1b4120f274cf (patch)
tree890537207a09374d4e2f2753f68407360d570c1a /public/assets/javascripts/rectangles/engine/map
parentc29a5363e3e4e0833e78958fe95b52811d0b0660 (diff)
fork orthopolyline
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map')
-rw-r--r--public/assets/javascripts/rectangles/engine/map/tools/ortho.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/engine/map/tools/ortho.js b/public/assets/javascripts/rectangles/engine/map/tools/ortho.js
index 6ced728..374c822 100644
--- a/public/assets/javascripts/rectangles/engine/map/tools/ortho.js
+++ b/public/assets/javascripts/rectangles/engine/map/tools/ortho.js
@@ -48,7 +48,7 @@ var OrthoPolylineTool = MapTool.extend(function (base) {
}
else {
map.ui.placing = true
- shapes.workline = new Polyline ()
+ shapes.workline = new OrthoPolyline ()
shapes.workline.add(p)
first_point = prev_point = p
horizontal = false