diff options
Diffstat (limited to 'js/stage/stage.reel/stage.html')
-rwxr-xr-x | js/stage/stage.reel/stage.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html index 45667e06..7a9619cd 100755 --- a/js/stage/stage.reel/stage.html +++ b/js/stage/stage.reel/stage.html | |||
@@ -11,13 +11,6 @@ | |||
11 | 11 | ||
12 | <script type="text/montage-serialization"> | 12 | <script type="text/montage-serialization"> |
13 | { | 13 | { |
14 | "stageView" : { | ||
15 | "prototype": "js/stage/stage-view.reel", | ||
16 | "properties": { | ||
17 | "element": {"#": "stageView"} | ||
18 | } | ||
19 | }, | ||
20 | |||
21 | "stageDeps": { | 14 | "stageDeps": { |
22 | "prototype": "js/stage/stage-deps", | 15 | "prototype": "js/stage/stage-deps", |
23 | "properties": { | 16 | "properties": { |
@@ -59,7 +52,6 @@ | |||
59 | "_drawingCanvas": {"#": "drawingCanvas"}, | 52 | "_drawingCanvas": {"#": "drawingCanvas"}, |
60 | "stageDeps": {"@": "stageDeps"}, | 53 | "stageDeps": {"@": "stageDeps"}, |
61 | "layout": {"@": "layout"}, | 54 | "layout": {"@": "layout"}, |
62 | "stageView": {"@": "stageView"}, | ||
63 | "textTool": {"@": "textTool"}, | 55 | "textTool": {"@": "textTool"}, |
64 | "focusManager": {"@": "focusManager"} | 56 | "focusManager": {"@": "focusManager"} |
65 | }, | 57 | }, |
@@ -78,7 +70,7 @@ | |||
78 | <body> | 70 | <body> |
79 | 71 | ||
80 | <section data-montage-id="stageAndScenesContainer" class="stageAndScenesContainer"> | 72 | <section data-montage-id="stageAndScenesContainer" class="stageAndScenesContainer"> |
81 | <section data-montage-id="stageView"></section> | 73 | <section id="codeViewContainer" class="codeViewContainer"></section> |
82 | <section data-montage-id="iframeContainer" id="iframeContainer"></section> | 74 | <section data-montage-id="iframeContainer" id="iframeContainer"></section> |
83 | <section data-montage-id="textToolObject"></section> | 75 | <section data-montage-id="textToolObject"></section> |
84 | <canvas data-montage-id="gridCanvas" class="gridCanvas"></canvas> | 76 | <canvas data-montage-id="gridCanvas" class="gridCanvas"></canvas> |