0460b46
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Selectable: Creation of helper must conform with style guide.
@@ -57,7 +57,7 @@ $.widget("ui.selectable", $.ui.mouse, {
this._mouseInit();
- this.helper = $("<div class='ui-selectable-helper'>");
+ this.helper = $("<div class='ui-selectable-helper'></div>");
},
destroy: function() {
0460b46