Roo/data/HttpProxy.js
authorAlan Knowles <alan@roojs.com>
Tue, 2 Apr 2013 11:04:30 +0000 (19:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Apr 2013 11:04:30 +0000 (19:04 +0800)
Roo/data/HttpProxy.js

index 0b979ee..36b2d1b 100644 (file)
@@ -103,6 +103,9 @@ Roo.extend(Roo.data.HttpProxy, Roo.data.DataProxy, {
                 callback : this.loadResponse,
                 scope: this
             };
+            if (this.timeout) {
+                o.timeout = this.timeout;
+            }
             if(this.useAjax){
                 Roo.applyIf(o, this.conn);
                 if(this.activeRequest){