Bug 1171678 - Follow up, whitespace. DONTBUILD

This commit is contained in:
Reuben Morais 2015-08-07 13:15:49 -03:00
Родитель ce44b4450e
Коммит 98c914e13f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -13,7 +13,7 @@ var defaultOptions = {
};
// Make sure we only touch |navigator.mozContacts| after we have the necessary
// permissions, or we'll race when checking the listen permission needed for the
// permissions, or we'll race when checking the listen permission needed for the
// oncontactchange event. This is only needed for tests because at first we have
// the permission set to UNKNOWN_ACTION. That should never happen for real apps,
// see dom/apps/PermissionsTable.jsm.