allow string based values for comboboxarray
[roojs1] / Roo / data / HttpProxy.js
index 59fe7dd..0b979ee 100644 (file)
@@ -29,7 +29,6 @@
 Roo.data.HttpProxy = function(conn){
     Roo.data.HttpProxy.superclass.constructor.call(this);
     // is conn a conn config or a real conn?
-    
     this.conn = conn;
     this.useAjax = !conn || !conn.events;
   
@@ -104,10 +103,6 @@ Roo.extend(Roo.data.HttpProxy, Roo.data.DataProxy, {
                 callback : this.loadResponse,
                 scope: this
             };
-            if (this.conn.timeout) {
-                Roo.log('setting timeout to ' + this.conn.timeout);
-                o.timeout = this.conn.timeout;
-            }
             if(this.useAjax){
                 Roo.applyIf(o, this.conn);
                 if(this.activeRequest){