Skip to content

Commit

Permalink
Revert "Ignore reset() if data already exists. This is not a clear me…
Browse files Browse the repository at this point in the history
…thod"

This reverts commit 3336caa.

This needs to be handled a different way
  • Loading branch information
slusarz committed Oct 8, 2014
1 parent 02397b9 commit 1c75cdb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imp/js/autocomplete.js
Expand Up @@ -140,10 +140,6 @@ var IMP_Autocompleter = Class.create({

reset: function()
{
if (this.data && this.data.size()) {
return;
}

this.data = [];
this.currentEntries().invoke('remove');
this.processValue($F(this.elt));
Expand Down

0 comments on commit 1c75cdb

Please sign in to comment.