diff options
author | Valerio Virgillito | 2012-06-17 22:58:26 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-17 22:58:26 -0700 |
commit | ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 (patch) | |
tree | eec83c62d6cdb095cc4e6548f42dddfc88bcaa21 /js/code-editor | |
parent | 8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (diff) | |
download | ninja-ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7.tar.gz |
updating the components and descriptor.json to support montage v.11
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/code-editor')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html index 2c91ca13..4448e1f1 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <script type="text/montage-serialization"> | 11 | <script type="text/montage-serialization"> |
12 | { | 12 | { |
13 | "codeCompleteCheck":{ | 13 | "codeCompleteCheck":{ |
14 | "prototype": "montage/ui/checkbox.reel", | 14 | "prototype": "montage/ui/input-checkbox.reel", |
15 | "properties": { | 15 | "properties": { |
16 | "element": {"#": "codeComplete"} | 16 | "element": {"#": "codeComplete"} |
17 | }, | 17 | }, |