소스 검색

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…
취소
저장