aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/stage-mode.reel/stage-mode.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-30 14:57:36 -0700
committerValerio Virgillito2012-04-30 14:57:36 -0700
commite46d154b7821741618bf999c9216761ea36ad003 (patch)
treefbd93be957a06fd7ac167530a8881f0606405f0f /js/components/layout/stage-mode.reel/stage-mode.html
parentc8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff)
downloadninja-e46d154b7821741618bf999c9216761ea36ad003.tar.gz
converting the layout folder to use data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/stage-mode.reel/stage-mode.html')
-rwxr-xr-xjs/components/layout/stage-mode.reel/stage-mode.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/components/layout/stage-mode.reel/stage-mode.html b/js/components/layout/stage-mode.reel/stage-mode.html
index 15d4955c..b6c9f856 100755
--- a/js/components/layout/stage-mode.reel/stage-mode.html
+++ b/js/components/layout/stage-mode.reel/stage-mode.html
@@ -24,9 +24,7 @@
24 </head> 24 </head>
25 25
26 <body> 26 <body>
27 <div id="stageMode" class="stageMode"> 27 <div data-montage-id="stageMode" class="stageMode"></div>
28
29 </div>
30 </body> 28 </body>
31 29
32</html> 30</html>