aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu-item.reel/menu-item.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-27 14:29:01 -0700
committerJose Antonio Marquez2012-04-27 14:29:01 -0700
commit7fdeb9feac4d2da9f86646cda4548ea60e5effa9 (patch)
tree6b43b7b2375fad6804ae88287906e3b77b4539b9 /js/components/menu/menu-item.reel/menu-item.html
parentd988dead643ff4f9bfa417286a6b5f88be0e7c82 (diff)
parentc8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff)
downloadninja-7fdeb9feac4d2da9f86646cda4548ea60e5effa9.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Document
Diffstat (limited to 'js/components/menu/menu-item.reel/menu-item.html')
-rwxr-xr-xjs/components/menu/menu-item.reel/menu-item.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/js/components/menu/menu-item.reel/menu-item.html b/js/components/menu/menu-item.reel/menu-item.html
index d199a440..92e9aafc 100755
--- a/js/components/menu/menu-item.reel/menu-item.html
+++ b/js/components/menu/menu-item.reel/menu-item.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -12,8 +12,7 @@
12 <script type="text/montage-serialization"> 12 <script type="text/montage-serialization">
13 { 13 {
14 "entriesController": { 14 "entriesController": {
15 "name": "ArrayController", 15 "prototype": "montage/ui/controller/array-controller",
16 "module": "montage/ui/controller/array-controller",
17 "properties": { 16 "properties": {
18 "automaticallyOrganizeObjects": false 17 "automaticallyOrganizeObjects": false
19 }, 18 },
@@ -27,8 +26,7 @@
27 }, 26 },
28 27
29 "repetition": { 28 "repetition": {
30 "module": "montage/ui/repetition.reel", 29 "prototype": "montage/ui/repetition.reel",
31 "name": "Repetition",
32 "properties": { 30 "properties": {
33 "element": {"#": "subEntries"}, 31 "element": {"#": "subEntries"},
34 "contentController": {"@": "entriesController"} 32 "contentController": {"@": "entriesController"}
@@ -36,8 +34,7 @@
36 }, 34 },
37 35
38 "menuItem": { 36 "menuItem": {
39 "module": "js/components/menu/menu-item.reel", 37 "prototype": "js/components/menu/menu-item.reel",
40 "name": "MenuItem",
41 "properties": { 38 "properties": {
42 "element": {"#": "menuEntryItem" } 39 "element": {"#": "menuEntryItem" }
43 }, 40 },
@@ -51,8 +48,7 @@
51 }, 48 },
52 49
53 "owner": { 50 "owner": {
54 "module": "js/components/menu/menu-item.reel", 51 "prototype": "js/components/menu/menu-item.reel",
55 "name": "MenuItem",
56 "properties": { 52 "properties": {
57 "element": {"#": "menuItem"}, 53 "element": {"#": "menuItem"},
58 "itemBackground": {"#": "menuItemBackground"}, 54 "itemBackground": {"#": "menuItemBackground"},