diff options
author | Armen Kesablyan | 2012-05-19 14:48:35 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-19 14:48:35 -0700 |
commit | 95bef3bbd77c6c3bd01b5222986f2dd35a7218b4 (patch) | |
tree | 6d3b32090a971220edfd5d126b05ee68797c86f8 /js/document | |
parent | 6c8f3525b839e82cf43df43700a0160ee2c5458f (diff) | |
download | ninja-95bef3bbd77c6c3bd01b5222986f2dd35a7218b4.tar.gz |
Changes to binding view
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/html/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 933df157..1bd3da1b 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -67,7 +67,10 @@ | |||
67 | <script type="text/montage-serialization" data-ninja-template="true"> | 67 | <script type="text/montage-serialization" data-ninja-template="true"> |
68 | { | 68 | { |
69 | "owner": { | 69 | "owner": { |
70 | "prototype": "main" | 70 | "prototype": "main", |
71 | "properties": { | ||
72 | "identifier": "testOwner" | ||
73 | } | ||
71 | } | 74 | } |
72 | } | 75 | } |
73 | </script> | 76 | </script> |