From 0e1a276f19ea70009c5a649e9667861d7c346a7e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 6 Jun 2012 00:25:27 -0700 Subject: first iteration of adding serializable to ninja plus other changes to run the latest montage Signed-off-by: Valerio Virgillito --- js/ninja.reel/ninja.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/ninja.reel/ninja.html') diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index a98fca60..a63422fb 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html @@ -163,7 +163,7 @@ "element": {"#": "stageMode"} }, "bindings" : { - "livePreview": {"<<->": "@appModel.livePreview"} + "livePreview": {"<->": "@appModel.livePreview"} } }, @@ -310,7 +310,7 @@ "selectObjectsOnAddition": true }, "bindings": { - "content": {"<<->": "@documentController.documents"} + "content": {"<->": "@documentController.documents"} } }, -- cgit v1.2.3