From: adam j. sontag Date: Thu, 13 May 2010 14:40:35 +0000 (+0800) Subject: Selectable: Creation of helper must conform with style guide. X-Git-Tag: 1.8.2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0460b46c1c12bd77d403c6348be16bd96030bd94;p=jquery-ui.git Selectable: Creation of helper must conform with style guide. --- 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 = $("
"); + this.helper = $("
"); }, destroy: function() {