diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-31 17:30:53 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-31 17:30:53 -0400 |
| commit | 3916282fc61cb1143dfc33d79dfc3169293b0969 (patch) | |
| tree | cf82f9bb9825057670de146ed010f796ac29858b /public/assets/javascripts/rectangles/util/coords.js | |
| parent | d88706298a3cd2fa8830e40b0a3127a0065d4e3c (diff) | |
rightclick to recenter
Diffstat (limited to 'public/assets/javascripts/rectangles/util/coords.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/util/coords.js | 2 |
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 |
