diff options
Diffstat (limited to 'ui/jquery.ui.selectable.js')
-rw-r--r-- | ui/jquery.ui.selectable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js index c965a3c1f..89d9b0836 100644 --- a/ui/jquery.ui.selectable.js +++ b/ui/jquery.ui.selectable.js @@ -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() { |