diff options
author | Valerio Virgillito | 2012-06-28 16:31:39 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-28 16:31:39 -0700 |
commit | b4b54f6cc084b3f7483ebed1e15c1b4770949d58 (patch) | |
tree | 8f173f71aed2176b81cb3e9ece9f85561287c712 /js/ninja.reel/ninja.html | |
parent | 3ba9accb8e1887bfd6f1f912b6135073a3d9c70c (diff) | |
parent | c5204cc96a08413d48bd8148034189b6f710ade9 (diff) | |
download | ninja-b4b54f6cc084b3f7483ebed1e15c1b4770949d58.tar.gz |
Merge pull request #359 from mencio/live-preview-button
Live preview button and canvas are kept on timeline play
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 5429e7d0..1ebf8413 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -163,7 +163,7 @@ | |||
163 | "element": {"#": "stageMode"} | 163 | "element": {"#": "stageMode"} |
164 | }, | 164 | }, |
165 | "bindings" : { | 165 | "bindings" : { |
166 | "livePreview": {"<->": "@appModel.livePreview"} | 166 | "chromePreview": {"<->": "@appModel.chromePreview"} |
167 | } | 167 | } |
168 | }, | 168 | }, |
169 | 169 | ||