Bug 477591 - missing semi-colon in DownloadUtils.jsm. r=gavin

This commit is contained in:
Rob Campbell 2009-02-09 11:40:15 -06:00
Родитель 5d3fca7a62
Коммит 09b731f248
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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