From 98c914e13f6c74513f826294abeae3a19f392c3c Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 7 Aug 2015 13:15:49 -0300 Subject: [PATCH] Bug 1171678 - Follow up, whitespace. DONTBUILD --- dom/contacts/tests/shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/contacts/tests/shared.js b/dom/contacts/tests/shared.js index b7172d69ef44..00a6110b00af 100644 --- a/dom/contacts/tests/shared.js +++ b/dom/contacts/tests/shared.js @@ -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.