Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show command keybindings in popup #8

Merged
merged 1 commit into from
May 19, 2017
Merged

Conversation

blairconrad
Copy link
Owner

No description provided.

}
}

var commands = chrome.commands.getAll(function(commands) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is necessary to set this to 'var commands'? I don't see you using commands anywhere, but maybe this is some javascript foo I don't know.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. I had originally saved the commands away and foreached them (or whatever). Then I thought of using map, but forgot to remove the variable. Good catch.

@paulsbduncan paulsbduncan merged commit 30c0612 into master May 19, 2017
@blairconrad blairconrad deleted the show-keybindings branch May 19, 2017 13:10
@blairconrad blairconrad added this to the vNext milestone May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants