From 63a0166e6252fdee7a21e649db65fd298ba8f5de Mon Sep 17 00:00:00 2001 From: Jon Coppeard Date: Fri, 31 Aug 2018 13:21:31 +0100 Subject: [PATCH] Bug 1487346 - Fix JS lint error on a CLOSED TREE r=me --- js/src/shell/ModuleLoader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/shell/ModuleLoader.js b/js/src/shell/ModuleLoader.js index 2d770d233924..91c5e07c8200 100644 --- a/js/src/shell/ModuleLoader.js +++ b/js/src/shell/ModuleLoader.js @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* global getModuleLoadPath setModuleResolveHook parseModule os */ +/* global getModuleLoadPath setModuleLoadHook setModuleResolveHook parseModule os */ // A basic synchronous module loader for testing the shell. {