Selectable: Creation of helper must conform with style guide.

This commit is contained in:
adam j. sontag 2010-05-13 22:40:35 +08:00 committed by Richard D. Worth
parent 05725e25ae
commit 0460b46c1c

View File

@ -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() {