diff options
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-x | js/document/html-document.js | 1 |
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(){ |