From ba2b023d7c2786c9d3a78635fffc58f48e889e9b Mon Sep 17 00:00:00 2001 From: Ray Cromwell Date: Wed, 22 Apr 2009 23:27:30 +0000 Subject: interrim commit --- gwtquery-core/src/main/java/gwtquery/client/Function.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gwtquery-core/src/main/java/gwtquery/client/Function.java') diff --git a/gwtquery-core/src/main/java/gwtquery/client/Function.java b/gwtquery-core/src/main/java/gwtquery/client/Function.java index a30bd8ea..f9d70a4f 100644 --- a/gwtquery-core/src/main/java/gwtquery/client/Function.java +++ b/gwtquery-core/src/main/java/gwtquery/client/Function.java @@ -8,6 +8,10 @@ import com.google.gwt.user.client.Event; */ public abstract class Function { + public String f(Element e, int i) { + return ""; + } + public void f(Element e) { } -- cgit v1.2.3