]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectable: Creation of helper must conform with style guide.
authoradam j. sontag <ajpiano@ajpiano.com>
Thu, 13 May 2010 14:40:35 +0000 (22:40 +0800)
committerRichard D. Worth <rdworth@gmail.com>
Thu, 13 May 2010 14:51:28 +0000 (22:51 +0800)
ui/jquery.ui.selectable.js

index c965a3c1f8a4d6960d284548e81462dd74ac685c..89d9b08368698197b9cbb1a9df7b033dbab3a88b 100644 (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() {