aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-xjs/document/html-document.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js
index 9670e0c4..83f91c19 100755
--- a/js/document/html-document.js
+++ b/js/document/html-document.js
@@ -894,7 +894,6 @@ exports.HTMLDocument = Montage.create(TextDocument, {
894 894
895 /** 895 /**
896 * remove the video src on closing the document, so that the browser does not keep downloading the media data, if the tag does not get garbage collected 896 * remove the video src on closing the document, so that the browser does not keep downloading the media data, if the tag does not get garbage collected
897 *removeSrc : boolean to remove the src if the video... set only in the close document flow
898 */ 897 */
899 stopVideos:{ 898 stopVideos:{
900 value:function(){ 899 value:function(){