diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-04-22 23:27:30 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-04-22 23:27:30 +0000 |
commit | ba2b023d7c2786c9d3a78635fffc58f48e889e9b (patch) | |
tree | cd1c3897953550c6f8cfe795b4767fca3981858f /gwtquery-core/src/main/java/gwtquery/client/Function.java | |
parent | b064fbb8c7ffe89a414110a9d2732eaf846329a3 (diff) | |
download | gwtquery-ba2b023d7c2786c9d3a78635fffc58f48e889e9b.tar.gz gwtquery-ba2b023d7c2786c9d3a78635fffc58f48e889e9b.zip |
interrim commit
Diffstat (limited to 'gwtquery-core/src/main/java/gwtquery/client/Function.java')
-rw-r--r-- | gwtquery-core/src/main/java/gwtquery/client/Function.java | 4 |
1 files changed, 4 insertions, 0 deletions
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) { } |