Skip to content

Commit

Permalink
Bug 1487346 - Fix JS lint error on a CLOSED TREE r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
jonco3 committed Aug 31, 2018
1 parent fefc9ff commit 63a0166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/shell/ModuleLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{
Expand Down

0 comments on commit 63a0166

Please sign in to comment.