diff options
author | Ananya Sen | 2012-05-03 14:42:59 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-03 14:42:59 -0700 |
commit | 01ecdc4bda1aff7d39f429c76e57b10af6079c53 (patch) | |
tree | 27e7b68fecdb3610fe5eb784ff9f561b547994f5 /js/ninja.reel | |
parent | 418c8343678763a35dac76b4940c7d42f54906fe (diff) | |
download | ninja-01ecdc4bda1aff7d39f429c76e57b10af6079c53.tar.gz |
using prototype in the serialization
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.html | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ | |||
198 | 198 | ||
199 | 199 | ||
200 | "editorViewOptions": { | 200 | "editorViewOptions": { |
201 | "module": "js/code-editor/ui/code-editor-view-options.reel", | 201 | "prototype": "js/code-editor/ui/code-editor-view-options.reel[CodeEditorViewOptions]", |
202 | "name": "CodeEditorViewOptions", | ||
203 | "properties": { | 202 | "properties": { |
204 | "element": {"#": "editorViewOptions"} | 203 | "element": {"#": "editorViewOptions"} |
205 | } | 204 | } |
@@ -321,8 +320,7 @@ | |||
321 | }, | 320 | }, |
322 | 321 | ||
323 | "codeEditorController": { | 322 | "codeEditorController": { |
324 | "module": "js/controllers/code-editor-controller", | 323 | "prototype": "js/controllers/code-editor-controller[CodeEditorController]" |
325 | "name": "CodeEditorController" | ||
326 | }, | 324 | }, |
327 | 325 | ||
328 | "owner": { | 326 | "owner": { |