aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 22:53:07 -0700
committerValerio Virgillito2012-05-03 22:53:07 -0700
commit24b483db367291b72170f969de78efcb1a9b95bd (patch)
treea691a7803cefbfa76a6331a50cbeebcd16287d91 /node_modules/montage/ui/popup/popup.reel/popup.html
parentdc93269cfa7c315d22d85c8217e2412749643f28 (diff)
downloadninja-24b483db367291b72170f969de78efcb1a9b95bd.tar.gz
integrating the latest montage version
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/popup/popup.reel/popup.html')
-rwxr-xr-xnode_modules/montage/ui/popup/popup.reel/popup.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.html b/node_modules/montage/ui/popup/popup.reel/popup.html
index 9948b868..5bc74dae 100755
--- a/node_modules/montage/ui/popup/popup.reel/popup.html
+++ b/node_modules/montage/ui/popup/popup.reel/popup.html
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "slot1": { 13 "slot1": {
14 "module": "montage/ui/slot.reel", 14 "prototype": "montage/ui/slot.reel",
15 "name": "Slot",
16 "properties": { 15 "properties": {
17 "element": { 16 "element": {
18 "#": "popup-content" 17 "#": "popup-content"
@@ -20,8 +19,7 @@
20 } 19 }
21 }, 20 },
22 "owner": { 21 "owner": {
23 "module": "montage/ui/popup/popup.reel", 22 "prototype": "montage/ui/popup/popup.reel",
24 "name": "Popup",
25 "properties": { 23 "properties": {
26 "element": { 24 "element": {
27 "#": "popup-container" 25 "#": "popup-container"
@@ -42,9 +40,9 @@
42 40
43 </head> 41 </head>
44 <body> 42 <body>
45 <div id="popup-container" class="montage-invisible montage-popup-container"> 43 <div data-montage-id="popup-container" class="montage-invisible montage-popup-container">
46 <div id="popup-wrapper" class="montage-popup-tooltip montage-popup-wrapper montage-popup-border"> 44 <div data-montage-id="popup-wrapper" class="montage-popup-tooltip montage-popup-wrapper montage-popup-border">
47 <div id="popup-content" class="montage-popup-content"></div> 45 <div data-montage-id="popup-content" class="montage-popup-content"></div>
48 </div> 46 </div>
49 </div> 47 </div>
50 48