Mercurial > lada > lada-client
comparison app/controller/Filter.js @ 882:f1e964b3aad6
Trailing Commas
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 09:39:53 +0200 |
parents | 031b4431b1b8 |
children | 96e04c258b8f |
comparison
equal
deleted
inserted
replaced
881:bfdedee65027 | 882:f1e964b3aad6 |
---|---|
32 this.control({ | 32 this.control({ |
33 // CSS like selector to select element in the viewport. See | 33 // CSS like selector to select element in the viewport. See |
34 // ComponentQuery documentation for more details. | 34 // ComponentQuery documentation for more details. |
35 'combobox[name=filter]': { | 35 'combobox[name=filter]': { |
36 // Map Select event | 36 // Map Select event |
37 select: this.selectSql, | 37 select: this.selectSql |
38 }, | 38 }, |
39 'button[action=search]': { | 39 'button[action=search]': { |
40 // Map click event on Button. | 40 // Map click event on Button. |
41 click: this.search | 41 click: this.search |
42 }, | 42 }, |