Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Nov 30, 2012
1 parent 828af8b commit 48de006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/localeEdit/views.js
Expand Up @@ -93,7 +93,7 @@ Views.EditList = Backbone.View.extend({
this.collection.filter(function(model) { this.collection.filter(function(model) {
return model.get("LocaleKey").indexOf(searchTerm) != -1; return model.get("LocaleKey").indexOf(searchTerm) != -1;
}); });
this.collection.reset() this.collection.reset();
}, },
save: function() { save: function() {
//localStorage.setItem(this.name, JSON.stringify(this.data)); //localStorage.setItem(this.name, JSON.stringify(this.data));
Expand Down

0 comments on commit 48de006

Please sign in to comment.