diff options
author | Kruti Shah | 2012-07-20 11:38:57 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-20 11:38:57 -0700 |
commit | 4436c04c81e0f372b7e03416a2515630de8c72c6 (patch) | |
tree | edfbd366df9d7e7514425561a817fc2c67f398d9 /js/ninja.reel/ninja.html | |
parent | 5741fbc0a2eb1a43017b76406056bc98cdf00297 (diff) | |
parent | 936fbd6d76d35e3f9574983682c266de6dce55f7 (diff) | |
download | ninja-4436c04c81e0f372b7e03416a2515630de8c72c6.tar.gz |
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 4f40a3f8..fbbfd066 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -268,7 +268,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
268 | "timeline": { | 268 | "timeline": { |
269 | "prototype": "js/panels/Timeline/TimelinePanel.reel", | 269 | "prototype": "js/panels/Timeline/TimelinePanel.reel", |
270 | "properties": { | 270 | "properties": { |
271 | "element": {"#": "timelinePanelComponent"} | 271 | "element": {"#": "timelinePanelComponent"}, |
272 | "stage": {"@": "stage"} | ||
272 | }, | 273 | }, |
273 | "bindings": { | 274 | "bindings": { |
274 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | 275 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} |