Skip to content

Commit

Permalink
remove unnecessary parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zamfofex committed Mar 4, 2018
1 parent d87f94a commit 0bd8670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elastic-tabstops.js
Expand Up @@ -40,7 +40,7 @@ export function activate(state) {
subscriptions.add(
initWorker(),
atom.workspace.observeTextEditors(enable),
atom.commands.add('atom-text-editor', 'elastic-tabstops:toggle', function(e) {
atom.commands.add('atom-text-editor', 'elastic-tabstops:toggle', function() {
const editor = this.getModel()
if (atom.views.getView(editor).classList.contains('elastic-tabstops')) {
disable(editor)
Expand Down

0 comments on commit 0bd8670

Please sign in to comment.