Merge pull request #5913 from Snuffleupagus/b2g-stub-DownloadManager
[B2G] Stub the |DownloadManager| to avoid error
This commit is contained in:
commit
89cf072026
@ -65,6 +65,11 @@ var mozL10n = document.mozL10n || document.webL10n;
|
|||||||
//#if GENERIC || CHROME
|
//#if GENERIC || CHROME
|
||||||
//#include download_manager.js
|
//#include download_manager.js
|
||||||
//#endif
|
//#endif
|
||||||
|
//#if B2G
|
||||||
|
//var DownloadManager = (function DownloadManagerClosure() {
|
||||||
|
// return function DownloadManager() {};
|
||||||
|
//})();
|
||||||
|
//#endif
|
||||||
|
|
||||||
//#if FIREFOX || MOZCENTRAL
|
//#if FIREFOX || MOZCENTRAL
|
||||||
//#include firefoxcom.js
|
//#include firefoxcom.js
|
||||||
|
Loading…
Reference in New Issue
Block a user