Skip to content

Commit 0460b46

Browse files
ajpianordworth
authored andcommitted
Selectable: Creation of helper must conform with style guide.
1 parent 05725e2 commit 0460b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.selectable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $.widget("ui.selectable", $.ui.mouse, {
5757

5858
this._mouseInit();
5959

60-
this.helper = $("<div class='ui-selectable-helper'>");
60+
this.helper = $("<div class='ui-selectable-helper'></div>");
6161
},
6262

6363
destroy: function() {

0 commit comments

Comments
 (0)