com.sksamuel.jqm4gwt.plugins.iscroll.JQMInitializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt-iscroll Show documentation
Show all versions of jqm4gwt-iscroll Show documentation
Plugin to jqm4gwt to use Jquery Mobile iScroll
The newest version!
package com.sksamuel.jqm4gwt.plugins.iscroll;
import com.google.gwt.core.client.EntryPoint;
public class JQMInitializer implements EntryPoint {
@Override
public void onModuleLoad() {
Resources.Loader.injectAll(null);
}
}