package er.jquerymobile.components; import com.webobjects.appserver.WOContext; @SuppressWarnings("serial") public class ERQMInputRange extends ERQMInputBaseComponent { //******************************************************************** // Constructor //******************************************************************** public ERQMInputRange(WOContext aContext) { super(aContext); } }