diff options
author | Valerio Virgillito | 2012-05-22 14:42:43 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-22 14:42:43 -0700 |
commit | 9b6da637d9654727426c6d78f17e3804bbd84ce5 (patch) | |
tree | 84f2d0eeb8af2bbd7325d66114c9cec6397bebcd /js/document/document-html.js | |
parent | 58df45d43614b5364aa84832c7c0aa06a9d086fc (diff) | |
download | ninja-9b6da637d9654727426c6d78f17e3804bbd84ce5.tar.gz |
fixing a few document switching issues.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/document-html.js')
-rwxr-xr-x | js/document/document-html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/document-html.js b/js/document/document-html.js index 983da966..bb391793 100755 --- a/js/document/document-html.js +++ b/js/document/document-html.js | |||
@@ -155,7 +155,7 @@ exports.HtmlDocument = Montage.create(Component, { | |||
155 | // Pause the videos | 155 | // Pause the videos |
156 | this.model.views.design.pauseVideos(); | 156 | this.model.views.design.pauseVideos(); |
157 | 157 | ||
158 | this.model.isActive = false; | 158 | // this.model.isActive = false; |
159 | } | 159 | } |
160 | }, | 160 | }, |
161 | //////////////////////////////////////////////////////////////////// | 161 | //////////////////////////////////////////////////////////////////// |