Skip to content

Commit

Permalink
minibuffer-read.js: whitespace, remove useless 'return'
Browse files Browse the repository at this point in the history
  • Loading branch information
John Foerch committed Dec 2, 2012
1 parent 642ebb4 commit 1663ff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/minibuffer-read.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,9 @@ text_entry_minibuffer_state.prototype = {
}
s.update_completions_done(x, update_display);
}());

// In case the completer actually already finished
if (already_done)
this.completions_cont = null;
return;
} else
this.update_completions_done(c, update_display);
},
Expand Down

0 comments on commit 1663ff4

Please sign in to comment.