]> source.dussan.org Git - gwtquery.git/commitdiff
typo
authorManolo Carrasco <manolo@apache.org>
Sat, 28 Dec 2013 08:42:52 +0000 (09:42 +0100)
committerManolo Carrasco <manolo@apache.org>
Sat, 28 Dec 2013 08:42:52 +0000 (09:42 +0100)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseReqBuilder.java

index 8ec7cc7a71937abd493491364f0d3ad7e34a2d77..61273296ec88815aa6869c0a70d720bf8a51957f 100644 (file)
@@ -171,6 +171,6 @@ public class PromiseReqBuilder extends DeferredPromiseImpl implements RequestCal
    * Using violator pattern to use protected constructor
    */
   private native Request createRequestVltr(XMLHttpRequest rq, int ms, RequestCallback cb) /*-{
-    return @com.google.gwt.http.client.Request::new(Lcom/google/gwt/xhr/client/XMLHttpRequest;ILcom/google/gwt/http/client/RequestCallback;)(rq,cb);
+    return @com.google.gwt.http.client.Request::new(Lcom/google/gwt/xhr/client/XMLHttpRequest;ILcom/google/gwt/http/client/RequestCallback;)(rq,ms,cb);
   }-*/;
 }