aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/tabs.reel/tabs.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-02 00:11:51 -0800
committerValerio Virgillito2012-02-02 15:33:42 -0800
commita3024011a91d3941f81481dd4d600e9684eb0fd4 (patch)
tree084b4856910f1db53973dd11617f7ffa03a6dd46 /node_modules/montage/ui/tabs.reel/tabs.html
parent97255032921178bdfbc25512ddf3e0867e353f7a (diff)
downloadninja-a3024011a91d3941f81481dd4d600e9684eb0fd4.tar.gz
upgrading to Montage v0.6
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/tabs.reel/tabs.html')
-rwxr-xr-xnode_modules/montage/ui/tabs.reel/tabs.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/montage/ui/tabs.reel/tabs.html b/node_modules/montage/ui/tabs.reel/tabs.html
index ad51e254..adb7c9a5 100755
--- a/node_modules/montage/ui/tabs.reel/tabs.html
+++ b/node_modules/montage/ui/tabs.reel/tabs.html
@@ -25,19 +25,19 @@
25 } 25 }
26 } 26 }
27 }, 27 },
28 28
29 "repetition1": { 29 "repetition1": {
30 "module": "montage/ui/repetition.reel", 30 "module": "montage/ui/repetition.reel",
31 "name": "Repetition", 31 "name": "Repetition",
32 "properties": { 32 "properties": {
33 "element": { 33 "element": {
34 "#": "tab-list" 34 "#": "tab-list"
35 }, 35 },
36 "isSelectionEnabled": true, 36 "isSelectionEnabled": true,
37 "contentController": {"@": "navController"} 37 "contentController": {"@": "navController"}
38 } 38 }
39 }, 39 },
40 40
41 "owner": { 41 "owner": {
42 "module": "montage/ui/tabs.reel", 42 "module": "montage/ui/tabs.reel",
43 "name": "Tabs", 43 "name": "Tabs",
@@ -72,7 +72,7 @@
72 <div id='tabs-nav' class='montage-tabs montage-container'> 72 <div id='tabs-nav' class='montage-tabs montage-container'>
73 <div id="montage-tabs-indicator" class="montage-tabs-indicator" style="display: none;"></div> 73 <div id="montage-tabs-indicator" class="montage-tabs-indicator" style="display: none;"></div>
74 <ul id="tab-list" class='montage-tabs-list montage-clearfix'> 74 <ul id="tab-list" class='montage-tabs-list montage-clearfix'>
75 <li></li> 75 <li></li>
76 </ul> 76 </ul>
77 </div> 77 </div>
78 78