aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 17:46:23 -0700
committerValerio Virgillito2012-05-03 17:46:23 -0700
commitf1f2e65712d7c5a163dd6fdbd8f5911555c3f377 (patch)
tree6c1b70e1642f09fc789ce5a3309feab98dc2f8a5 /js/stage/stage.reel/stage.html
parent2f21eb37a4e7afb4ba3273b3ec50964717448b2f (diff)
downloadninja-f1f2e65712d7c5a163dd6fdbd8f5911555c3f377.tar.gz
finishing to replace all id with data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/stage/stage.reel/stage.html')
-rwxr-xr-xjs/stage/stage.reel/stage.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html
index 12a331c3..30c3d231 100755
--- a/js/stage/stage.reel/stage.html
+++ b/js/stage/stage.reel/stage.html
@@ -79,13 +79,13 @@
79</head> 79</head>
80<body> 80<body>
81 81
82 <section id="stageAndScenesContainer" class="stageAndScenesContainer"> 82 <section data-montage-id="stageAndScenesContainer" class="stageAndScenesContainer">
83 <section id="stageView"></section> 83 <section data-montage-id="stageView"></section>
84 <section id="iframeContainer"></section> 84 <section data-montage-id="iframeContainer" id="iframeContainer"></section>
85 <section id="textToolObject"></section> 85 <section data-montage-id="textToolObject"></section>
86 <canvas id="layoutCanvas"></canvas> 86 <canvas data-montage-id="layoutCanvas" class="layoutCanvas"></canvas>
87 <canvas id="stageCanvas"></canvas> 87 <canvas data-montage-id="stageCanvas" class="stageCanvas"></canvas>
88 <canvas id="drawingCanvas"></canvas> 88 <canvas data-montage-id="drawingCanvas" class="drawingCanvas"></canvas>
89 </section> 89 </section>
90 90
91</body> 91</body>