Roo/data/Store.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 07:57:15 +0000 (15:57 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 07:57:15 +0000 (15:57 +0800)
Roo/data/Store.js

index fc93c84..37f615b 100644 (file)
@@ -635,7 +635,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             }
         });
 
-        r._sort('value', 'ASC');
+        r.sort('ASC');
         
         this.data = r;
         this.fireEvent("datachanged", this);