Browse Source

Merge pull request #5913 from Snuffleupagus/b2g-stub-DownloadManager

[B2G] Stub the |DownloadManager| to avoid error
Tim van der Meij 10 years ago
parent
commit
89cf072026
  1. 5
      web/viewer.js

5
web/viewer.js

@ -65,6 +65,11 @@ var mozL10n = document.mozL10n || document.webL10n; @@ -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

Loading…
Cancel
Save