aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-xjs/ninja.reel/ninja.html22
1 files changed, 5 insertions, 17 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 17726712..fbbfd066 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -52,10 +52,7 @@ POSSIBILITY OF SUCH DAMAGE.
52 }, 52 },
53 53
54 "appModel": { 54 "appModel": {
55 "prototype": "js/models/app-model", 55 "prototype": "js/models/app-model"
56 "bindings": {
57 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
58 }
59 }, 56 },
60 57
61 "materialsModel": { 58 "materialsModel": {
@@ -63,7 +60,7 @@ POSSIBILITY OF SUCH DAMAGE.
63 }, 60 },
64 61
65 "menu": { 62 "menu": {
66 "prototype": "js/components/menu/menu.reel", 63 "prototype": "js/ui/menu/menu.reel",
67 "properties": { 64 "properties": {
68 "element": {"#": "mainMenuBar"} 65 "element": {"#": "mainMenuBar"}
69 }, 66 },
@@ -183,17 +180,7 @@ POSSIBILITY OF SUCH DAMAGE.
183 "currentDocument": {"<-": "@documentList.selectedObjects.0"} 180 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
184 } 181 }
185 }, 182 },
186 183
187 "stageMode": {
188 "prototype": "js/components/layout/stage-mode.reel",
189 "properties": {
190 "element": {"#": "stageMode"}
191 },
192 "bindings" : {
193 "chromePreview": {"<->": "@appModel.chromePreview"}
194 }
195 },
196
197 "toolsList": { 184 "toolsList": {
198 "prototype": "js/components/layout/tools-list.reel", 185 "prototype": "js/components/layout/tools-list.reel",
199 "properties": { 186 "properties": {
@@ -281,7 +268,8 @@ POSSIBILITY OF SUCH DAMAGE.
281 "timeline": { 268 "timeline": {
282 "prototype": "js/panels/Timeline/TimelinePanel.reel", 269 "prototype": "js/panels/Timeline/TimelinePanel.reel",
283 "properties": { 270 "properties": {
284 "element": {"#": "timelinePanelComponent"} 271 "element": {"#": "timelinePanelComponent"},
272 "stage": {"@": "stage"}
285 }, 273 },
286 "bindings": { 274 "bindings": {
287 "currentDocument": {"<-": "@documentList.selectedObjects.0"} 275 "currentDocument": {"<-": "@documentList.selectedObjects.0"}