On Tuesday, July 23, 2013 7:00:52 PM UTC+2, Joel wrote: > > > I'm trying to get rid of dependency .jar baggage. We have one call to > Modernizr.dragAndDrop which pulls in a jar file. I'd like to replace it, is > there a GWT equivalent, or at least something to avoid sucking in another > jar file? >
DragDropEventBase.isSupported() ? http://www.gwtproject.org/javadoc/latest/com/google/gwt/event/dom/client/DragDropEventBase.html#isSupported() It doesn't go as far as Modernizr as it only checks for "ondragstart". If it's not enough, please file a bug in the issue tracker. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
