diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-27 11:57:51 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-27 12:09:21 -0400 |
| commit | 685d5fd7b32ac868a0b2d8ac8a2a1b4120f274cf (patch) | |
| tree | 890537207a09374d4e2f2753f68407360d570c1a /public/assets/javascripts/rectangles/engine/map/tools/ortho.js | |
| parent | c29a5363e3e4e0833e78958fe95b52811d0b0660 (diff) | |
fork orthopolyline
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map/tools/ortho.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/map/tools/ortho.js | 2 |
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 |
