diff app/store/Queries.js @ 491:850ccfe5f3c4

Code style.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 23:23:32 +0100
parents debfcc7713e3
children
line wrap: on
line diff
--- a/app/store/Queries.js	Fri Oct 31 21:28:31 2014 +0100
+++ b/app/store/Queries.js	Fri Oct 31 23:23:32 2014 +0100
@@ -11,6 +11,6 @@
  */
 Ext.define('Lada.store.Queries', {
     extend: 'Ext.data.Store',
-    autoLoad: true,
-    model: 'Lada.model.Query'
+    model: 'Lada.model.Query',
+    autoLoad: true
 });

http://lada.wald.intevation.org