From 0460b46c1c12bd77d403c6348be16bd96030bd94 Mon Sep 17 00:00:00 2001 From: "adam j. sontag" Date: Thu, 13 May 2010 22:40:35 +0800 Subject: [PATCH] Selectable: Creation of helper must conform with style guide. --- ui/jquery.ui.selectable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5