diff options
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-x | js/document/document-html.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js index ae5b73b6..d6b4ba95 100755 --- a/js/document/document-html.js +++ b/js/document/document-html.js | |||
@@ -158,9 +158,6 @@ exports.HtmlDocument = Montage.create(Component, { | |||
158 | // Pause the videos | 158 | // Pause the videos |
159 | //TODO: Move these to be handled on the show/hide methods in the view | 159 | //TODO: Move these to be handled on the show/hide methods in the view |
160 | this.model.views.design.pauseVideos(); | 160 | this.model.views.design.pauseVideos(); |
161 | |||
162 | //TODO: Move this to the document controller | ||
163 | this.model.isActive = false; | ||
164 | } | 161 | } |
165 | }, | 162 | }, |
166 | //////////////////////////////////////////////////////////////////// | 163 | //////////////////////////////////////////////////////////////////// |