From 324028bc3b54e5412ebc80b6e8d1256256f2f425 Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Thu, 21 Jul 2016 15:53:09 -0700 Subject: [PATCH] Bug 1288480 - ESLint fix a=me CLOSED TREE --- toolkit/mozapps/extensions/amWebAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/mozapps/extensions/amWebAPI.js b/toolkit/mozapps/extensions/amWebAPI.js index 016f463221a8..5c60772b46d2 100644 --- a/toolkit/mozapps/extensions/amWebAPI.js +++ b/toolkit/mozapps/extensions/amWebAPI.js @@ -122,7 +122,7 @@ function AddonInstall(window, properties) { * We must take care only to wrap and reject with errors that are meant * to be visible to content, and not internal errors. * This function is a wrapper to handle the common bits. - * + * * apiRequest is the name of the command to invoke in the parent process * apiArgs is a callable that takes the content-provided args for the * method and returns the arguments to send in the request to