зеркало из https://github.com/mozilla/pjs.git
Bug 477591 - missing semi-colon in DownloadUtils.jsm. r=gavin
This commit is contained in:
Родитель
5d3fca7a62
Коммит
09b731f248
|
@ -65,7 +65,7 @@ var EXPORTED_SYMBOLS = [ "DownloadUtils" ];
|
|||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cu = Components.utils
|
||||
const Cu = Components.utils;
|
||||
Cu.import("resource://gre/modules/PluralForm.jsm");
|
||||
|
||||
const kDownloadProperties =
|
||||
|
|
Загрузка…
Ссылка в новой задаче