aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.html
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /js/stage/stage.reel/stage.html
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
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>