Ver código fonte

removed undefined js var

tags/release-1.3.2
Manolo Carrasco 12 anos atrás
pai
commit
385d537fc7

+ 1
- 1
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java Ver arquivo

@@ -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) {

Carregando…
Cancelar
Salvar