]> source.dussan.org Git - gwtquery.git/commitdiff
Should call other f signature in order to return an object to java
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 7 Dec 2013 00:51:38 +0000 (01:51 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Sat, 7 Dec 2013 00:51:38 +0000 (01:51 +0100)
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java

index 8f5e00eeae454aaff38cd355ea0a71a66100ea06..d77c8cb9d008048c610c76cfe977e58dd66bc342 100644 (file)
@@ -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);
     }
   }-*/;