Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 527678 - Build v16.0.878-alpha - Info button does nothing
  • Loading branch information
squarti committed Nov 24, 2017
1 parent 6d07a28 commit 58f7f63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ define([
var authServices = serviceRegistry.getServiceReferences("orion.core.auth"); //$NON-NLS-0$
authenticationIds = [];

var menuGenerator = customGlobalCommands.createMenuGenerator.apply(this, arguments);
var menuGenerator = customGlobalCommands.createMenuGenerator.call(this, serviceRegistry, keyAssistFunction, prefsService);

if (!menuGenerator) { return; }

Expand Down

0 comments on commit 58f7f63

Please sign in to comment.