summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/rectangles/engine/map/draw.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-12 18:38:12 -0400
committerJules Laplace <jules@okfoc.us>2015-08-12 18:42:48 -0400
commit9ba29a587bf0722db82e5caf1b1cf4e5596003b6 (patch)
tree581e4199179e08ab909778471170c6164048e621 /public/assets/javascripts/rectangles/engine/map/draw.js
parentcc3d0bf036dc934494bf517ebae88bd8544b9b06 (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.js2
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