Browse Source

removed undefined js var

tags/release-1.3.2
Manolo Carrasco 12 years ago
parent
commit
385d537fc7

+ 1
- 1
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java View 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) {

Loading…
Cancel
Save