diff options
author | Ananya Sen | 2012-03-06 23:53:21 -0800 |
---|---|---|
committer | Ananya Sen | 2012-03-06 23:53:21 -0800 |
commit | 8020dc6e99e3bf0aad605f66a175bc2245da534b (patch) | |
tree | 12d4a659a6cf214dcabe41a5b9d4c3f1d9f4f212 /js/document | |
parent | 5afc582a1ae537f1e30113394780f1c8eec58f89 (diff) | |
download | ninja-8020dc6e99e3bf0aad605f66a175bc2245da534b.tar.gz |
added close file menu item
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/document')
-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(){ |