瀏覽代碼

removed undefined js var

tags/release-1.3.2
Manolo Carrasco 12 年之前
父節點
當前提交
385d537fc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java

+ 1
- 1
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java 查看文件

@@ -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…
取消
儲存