aboutsummaryrefslogtreecommitdiff
path: root/js/document/html-document.js
diff options
context:
space:
mode:
authorAnanya Sen2012-03-06 23:53:21 -0800
committerAnanya Sen2012-03-06 23:53:21 -0800
commit8020dc6e99e3bf0aad605f66a175bc2245da534b (patch)
tree12d4a659a6cf214dcabe41a5b9d4c3f1d9f4f212 /js/document/html-document.js
parent5afc582a1ae537f1e30113394780f1c8eec58f89 (diff)
downloadninja-8020dc6e99e3bf0aad605f66a175bc2245da534b.tar.gz
added close file menu item
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
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(){