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

[B2G] Stub the |DownloadManager| to avoid error
This commit is contained in:
Tim van der Meij 2015-04-05 14:06:08 +02:00
commit 89cf072026

View File

@ -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