Roo/bootstrap/MoneyField.js
authoredward <edward@roojs.com>
Mon, 23 Apr 2018 09:36:12 +0000 (17:36 +0800)
committeredward <edward@roojs.com>
Mon, 23 Apr 2018 09:36:12 +0000 (17:36 +0800)
Roo/bootstrap/MoneyField.js

index bc6b4fa..e35bd0b 100644 (file)
@@ -13,12 +13,6 @@ Roo.bootstrap.MoneyField = function(config) {
     
     Roo.bootstrap.MoneyField.superclass.constructor.call(this, config);
     
-    if (this.store) {
-        this.store= Roo.factory(this.store, Roo.data);
-        this.ds = this.store;
-        this.ds.xmodule = this.xmodule || false;
-         
-    }
 };
 
 Roo.extend(Roo.bootstrap.MoneyField, Roo.bootstrap.TriggerField, {