summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/rectangles/util/coords.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-03-31 17:30:53 -0400
committerJules Laplace <jules@okfoc.us>2015-03-31 17:30:53 -0400
commit3916282fc61cb1143dfc33d79dfc3169293b0969 (patch)
treecf82f9bb9825057670de146ed010f796ac29858b /public/assets/javascripts/rectangles/util/coords.js
parentd88706298a3cd2fa8830e40b0a3127a0065d4e3c (diff)
rightclick to recenter
Diffstat (limited to 'public/assets/javascripts/rectangles/util/coords.js')
-rw-r--r--public/assets/javascripts/rectangles/util/coords.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/util/coords.js b/public/assets/javascripts/rectangles/util/coords.js
index 74b7fda..ff56199 100644
--- a/public/assets/javascripts/rectangles/util/coords.js
+++ b/public/assets/javascripts/rectangles/util/coords.js
@@ -30,4 +30,4 @@ function offsetFromPoint(event, element) {
return 'left: ' + l + '%, top: ' + t + '%';
}
} : null;
-}
+} \ No newline at end of file