fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
42 stars 41 forks source link

This must be wrong spelling in class AbstractDropController #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
source code line 29:
  private static final String STLE_ENGAGE = "dragdrop-engage";

must be 
private static final String STLE_ENGAGE = "dragdrop-engage";

Original issue reported on code.google.com by dwchen1...@gmail.com on 3 Apr 2007 at 4:40

GoogleCodeExporter commented 9 years ago
Sorry, it must be: STYLE_ENGAGE = "dragdrop-engage";
 isn't it?

Original comment by dwchen1...@gmail.com on 3 Apr 2007 at 4:42

GoogleCodeExporter commented 9 years ago
Thanks!

Fixed in Subversion; Will be included in next set of jar files

Original comment by fredsa on 6 Apr 2007 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by fredsa on 23 Aug 2007 at 3:34