Mercurial > lada > lada-client
comparison app/controller/Status.js @ 422:f9bb1ecf6462
Removed trailing commas.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 07 Nov 2013 12:01:35 +0100 |
parents | 6a7a9267e00f |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
421:f06a882ab776 | 422:f9bb1ecf6462 |
---|---|
65 // Reload store | 65 // Reload store |
66 var store = this.getStatusStore(); | 66 var store = this.getStatusStore(); |
67 store.reload(); | 67 store.reload(); |
68 var win = form.up('window'); | 68 var win = form.up('window'); |
69 win.close(); | 69 win.close(); |
70 }, | 70 } |
71 }); | 71 }); |