Exemple #1
0
 this.listenTo(this, 'remove', function (query) {
     searchList._colorGenerator.removeColor(query.getId());
     QueryPolling.handleRemovingQuery(query);
 });
Exemple #2
0
 this.get('queries').forEach(function (query) {
     QueryPolling.handleRemovingQuery(query);
 });