Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | e1af66012ef0 |
children | 2375e7247523 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
8 extend: 'Ext.app.Controller', | 8 extend: 'Ext.app.Controller', |
9 stores: [ | 9 stores: [ |
10 'Proben', // List of found Proben | 10 'Proben', // List of found Proben |
11 'ProbenList', // List of found Proben | 11 'ProbenList', // List of found Proben |
12 'Queries', | 12 'Queries', |
13 'Info', | 13 'Info' |
14 ], | 14 ], |
15 requires: [ | 15 requires: [ |
16 'Lada.view.widgets.Mst', | 16 'Lada.view.widgets.Mst', |
17 'Lada.view.widgets.Uwb', | 17 'Lada.view.widgets.Uwb', |
18 'Lada.view.widgets.Datetime', | 18 'Lada.view.widgets.Datetime', |