]> source.dussan.org Git - gwtquery.git/commitdiff
removed undefined js var
authorManolo Carrasco <manolo@apache.org>
Sat, 18 Feb 2012 17:07:04 +0000 (17:07 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 18 Feb 2012 17:07:04 +0000 (17:07 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java

index ac7ee89cd16047efd422a50e44b4c89b8f3ab8fd..5386951ad7ec61c54ffcec97ba54b08c955d6a08 100644 (file)
@@ -379,7 +379,7 @@ public class Ajax extends GQuery {
         done = true;
         $wnd[fName] = null;
         var func = error ? error : success;
-        func.@com.google.gwt.query.client.Function::fe(Ljava/lang/Object;)(data);
+        func.@com.google.gwt.query.client.Function::fe(Ljava/lang/Object;)();
       }
     }
     if (timeout) {