diff --git a/web/viewer.js b/web/viewer.js index ccf940fac..f9788d83b 100644 --- a/web/viewer.js +++ b/web/viewer.js @@ -65,6 +65,11 @@ var mozL10n = document.mozL10n || document.webL10n; //#if GENERIC || CHROME //#include download_manager.js //#endif +//#if B2G +//var DownloadManager = (function DownloadManagerClosure() { +// return function DownloadManager() {}; +//})(); +//#endif //#if FIREFOX || MOZCENTRAL //#include firefoxcom.js