From 01ecdc4bda1aff7d39f429c76e57b10af6079c53 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Thu, 3 May 2012 14:42:59 -0700 Subject: using prototype in the serialization Signed-off-by: Ananya Sen --- js/ninja.reel/ninja.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'js/ninja.reel') diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 758cd275..a9dba720 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html @@ -198,8 +198,7 @@ "editorViewOptions": { - "module": "js/code-editor/ui/code-editor-view-options.reel", - "name": "CodeEditorViewOptions", + "prototype": "js/code-editor/ui/code-editor-view-options.reel[CodeEditorViewOptions]", "properties": { "element": {"#": "editorViewOptions"} } @@ -321,8 +320,7 @@ }, "codeEditorController": { - "module": "js/controllers/code-editor-controller", - "name": "CodeEditorController" + "prototype": "js/controllers/code-editor-controller[CodeEditorController]" }, "owner": { -- cgit v1.2.3