aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/tabs.reel/tabs.html
diff options
context:
space:
mode:
authorEric Guzman2012-04-23 11:55:55 -0700
committerEric Guzman2012-04-23 11:55:55 -0700
commitcdd1189e349e2974681e2c451e861e5b0db570e4 (patch)
treed8823c3d050e011032c563d20c1a5f61e67ae740 /node_modules/montage/ui/tabs.reel/tabs.html
parentc0fce534c255ef1e25779e2f0e8de95bb4e160cf (diff)
parent5a0331fc26fcc2cdc6200086109e34440a2dec6a (diff)
downloadninja-cdd1189e349e2974681e2c451e861e5b0db570e4.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'node_modules/montage/ui/tabs.reel/tabs.html')
-rwxr-xr-xnode_modules/montage/ui/tabs.reel/tabs.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/node_modules/montage/ui/tabs.reel/tabs.html b/node_modules/montage/ui/tabs.reel/tabs.html
index adb7c9a5..e3e655b2 100755
--- a/node_modules/montage/ui/tabs.reel/tabs.html
+++ b/node_modules/montage/ui/tabs.reel/tabs.html
@@ -8,8 +8,8 @@
8 <head> 8 <head>
9 <title></title> 9 <title></title>
10 <link rel="stylesheet" type="text/css" href="tabs.css"> 10 <link rel="stylesheet" type="text/css" href="tabs.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">{
12{ 12
13 "navController": { 13 "navController": {
14 "name": "ArrayController", 14 "name": "ArrayController",
15 "module": "montage/ui/controller/array-controller", 15 "module": "montage/ui/controller/array-controller",
@@ -18,11 +18,7 @@
18 "automaticallyOrganizeObjects": true 18 "automaticallyOrganizeObjects": true
19 }, 19 },
20 "bindings": { 20 "bindings": {
21 "content": { 21 "content": {"<-": "@owner.tabs"}
22 "boundObject": {"@": "owner"},
23 "boundObjectPropertyPath": "tabs",
24 "oneway": true
25 }
26 } 22 }
27 }, 23 },
28 24
@@ -56,15 +52,11 @@
56 } 52 }
57 }, 53 },
58 "bindings": { 54 "bindings": {
59 "selectedTabs": { 55 "selectedTabs": {"<-": "@navController.selectedObjects"}
60 "boundObject": {"@": "navController"},
61 "boundObjectPropertyPath": "selectedObjects",
62 "oneway": true
63 }
64 } 56 }
65 } 57 }
66} 58
67 </script> 59 }</script>
68 60
69 </head> 61 </head>
70<body> 62<body>