diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-27 20:47:41 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-27 21:17:48 -0400 |
| commit | 53695472cfb20b730d04b2d6a6a16c6d281e9180 (patch) | |
| tree | f257932e5219e59bdd3885e360dc03fb3507bb42 /public/assets/javascripts/rectangles/engine/sculpture/move.js | |
| parent | 90b0e89b4dabf67035ae4bccdb02c52da4e31ab1 (diff) | |
outline box
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/sculpture/move.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/sculpture/move.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/javascripts/rectangles/engine/sculpture/move.js b/public/assets/javascripts/rectangles/engine/sculpture/move.js index e571c3b..0cbeccd 100644 --- a/public/assets/javascripts/rectangles/engine/sculpture/move.js +++ b/public/assets/javascripts/rectangles/engine/sculpture/move.js @@ -83,6 +83,7 @@ Sculpture.move = function(base){ if (editor.permissions.resize) { Sculpture.resize.move_dots() + base.updateOutline() } } |
