diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-12 18:38:12 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-12 18:42:48 -0400 |
| commit | 9ba29a587bf0722db82e5caf1b1cf4e5596003b6 (patch) | |
| tree | 581e4199179e08ab909778471170c6164048e621 /public/assets/javascripts/rectangles/engine/map/draw.js | |
| parent | cc3d0bf036dc934494bf517ebae88bd8544b9b06 (diff) | |
functioning blueprint scaler
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map/draw.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/map/draw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/engine/map/draw.js b/public/assets/javascripts/rectangles/engine/map/draw.js index 11ba3f8..cc2f4d8 100644 --- a/public/assets/javascripts/rectangles/engine/map/draw.js +++ b/public/assets/javascripts/rectangles/engine/map/draw.js @@ -198,7 +198,7 @@ Map.Draw = function(map, opt){ // - function line (x,y,a,b,translation){ + var line = draw.line = function (x,y,a,b,translation){ if (translation) { x += translation.a a += translation.a |
