aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-12-07 01:51:38 +0100
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>2013-12-07 01:51:38 +0100
commit282d2a0ec80c17c9d3731ad16a8e8cbc51a6750f (patch)
tree0cb6f926e394b5b2ff5bdcda82d07787fb40e396 /gwtquery-core/src
parente7a257655e3660bef5e8a694f6c4a622934352cd (diff)
downloadgwtquery-282d2a0ec80c17c9d3731ad16a8e8cbc51a6750f.tar.gz
gwtquery-282d2a0ec80c17c9d3731ad16a8e8cbc51a6750f.zip
Should call other f signature in order to return an object to java
Diffstat (limited to 'gwtquery-core/src')
-rw-r--r--gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
index 8f5e00ee..d77c8cb9 100644
--- a/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
+++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
@@ -77,7 +77,7 @@ public class JsUtils {
}
o = o.@java.util.ArrayList::toArray()();
f.@com.google.gwt.query.client.Function::setArguments([Ljava/lang/Object;)(o);
- f.@com.google.gwt.query.client.Function::fe()();
+ return f.@com.google.gwt.query.client.Function::fe([Ljava/lang/Object;)(o);
}
}-*/;