From cab2af2f44f0336bbb75a451eb8feef6bd5bbb93 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Fri, 11 Jun 2010 09:53:32 +0000 Subject: Many changes almost related with effects and the re-factor of plugins: - Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes. --- plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java b/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java index 86b9fb2e..8cdc995b 100644 --- a/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java +++ b/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java @@ -17,10 +17,10 @@ package gwtquery.plugins.collapser; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.NodeList; -import com.google.gwt.query.client.Effects; import com.google.gwt.query.client.Function; import com.google.gwt.query.client.GQuery; import com.google.gwt.query.client.Plugin; +import com.google.gwt.query.client.plugins.Effects; import com.google.gwt.user.client.Event; /** -- cgit v1.2.3