Skip to content

Commit

Permalink
Selectable: Creation of helper must conform with style guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpiano authored and rdworth committed May 13, 2010
1 parent 05725e2 commit 0460b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.selectable.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $.widget("ui.selectable", $.ui.mouse, {


this._mouseInit(); this._mouseInit();


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


destroy: function() { destroy: function() {
Expand Down

0 comments on commit 0460b46

Please sign in to comment.