diff app/store/Probenintervall.js @ 786:d2ee6858f452

removed trailing comma
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 09:33:58 +0200
parents b8502964f5c3
children 0840c4cf2273
line wrap: on
line diff
--- a/app/store/Probenintervall.js	Tue May 12 17:49:09 2015 +0200
+++ b/app/store/Probenintervall.js	Wed May 13 09:33:58 2015 +0200
@@ -64,10 +64,10 @@
     }],
     sorters: [{
         property: 'periodend',
-        direction: 'DESC',
+        direction: 'DESC'
     }],
     sortOnLoad: true,
-    remoteSort: false,
+    remoteSort: false
 });
 
 function translateStore(v, record){

http://lada.wald.intevation.org