Skip to content

Commit

Permalink
DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Apr 3, 2012
1 parent cb7537e commit b2ecaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ext/quicksearch/quicksearch.js
Expand Up @@ -119,7 +119,7 @@ module.exports = ext.register("ext/quicksearch/quicksearch", {
switch (e.keyCode) {
case 8: // BACKSPACE
if (ace.getSession().getDocument().getLength() > MAX_LINES && txtQuickSearch.getValue().length < 3) {
return false;
// fall back to return
}
else {
_self.execSearch(false, !!e.shiftKey, true);
Expand Down

0 comments on commit b2ecaa3

Please sign in to comment.