diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-06-23 10:13:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-06-23 10:13:38 -0400 |
| commit | c4860b7340f84caf291114a37eece5ce0498ee00 (patch) | |
| tree | 2bb2c33b5f075e9537273cc488adf113f0b29dfe /js/matrix.js | |
| parent | bff03a8d7cec99b01e9967c0784b6ee6f4ed1703 (diff) | |
vertical palette
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js index f661ceb..90ff7fc 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -182,7 +182,7 @@ Matrix.prototype.resize = function(w,h){ this.h = h this.bind && this.bind() - if (this.rotated) { controls.rotate.use(this.rotated) } + if (this.rotated) { controls.rotate.refresh(this.rotated) } } // |
