mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectable: Creation of helper must conform with style guide.
This commit is contained in:
parent
05725e25ae
commit
0460b46c1c
2
ui/jquery.ui.selectable.js
vendored
2
ui/jquery.ui.selectable.js
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user