diff options
author | Jonathan Duran | 2012-06-06 11:05:02 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-06-06 11:05:02 -0700 |
commit | b73cc6e348f3eb4cd57b5afeb7a6f5d3633b7e6b (patch) | |
tree | 278d2f47b547bca9951d5a81015f798bb476ed92 /js/panels/Timeline/TimelineTrack.reel | |
parent | 08552f055117908beb469cf53a5d65803c603b49 (diff) | |
download | ninja-b73cc6e348f3eb4cd57b5afeb7a6f5d3633b7e6b.tar.gz |
Fix references to documentController.activeDocument to currentDocument.model
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel')
-rw-r--r-- | js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js index 0bd4b674..bd55f2fb 100644 --- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js +++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | |||
@@ -725,7 +725,7 @@ var TimelineTrack = exports.TimelineTrack = Montage.create(Component, { | |||
725 | break; | 725 | break; |
726 | } | 726 | } |
727 | } | 727 | } |
728 | this.application.ninja.documentController.activeDocument.needsSave = true; | 728 | this.application.ninja.currentDocument.model.needsSave = true; |
729 | } | 729 | } |
730 | }, | 730 | }, |
731 | 731 | ||