aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectable.js
diff options
context:
space:
mode:
authoradam j. sontag <ajpiano@ajpiano.com>2010-05-13 22:40:35 +0800
committerRichard D. Worth <rdworth@gmail.com>2010-05-13 22:51:28 +0800
commit0460b46c1c12bd77d403c6348be16bd96030bd94 (patch)
tree45d00b9229768744fdb72ed1a73c4a8590b49f35 /ui/jquery.ui.selectable.js
parent05725e25aea335ecb9c7cf3b03eba8ee68153fb5 (diff)
downloadjquery-ui-0460b46c1c12bd77d403c6348be16bd96030bd94.tar.gz
jquery-ui-0460b46c1c12bd77d403c6348be16bd96030bd94.zip
Selectable: Creation of helper must conform with style guide.
Diffstat (limited to 'ui/jquery.ui.selectable.js')
-rw-r--r--ui/jquery.ui.selectable.js2
1 files changed, 1 insertions, 1 deletions
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 = $("<div class='ui-selectable-helper'>");
+ this.helper = $("<div class='ui-selectable-helper'></div>");
},
destroy: function() {