]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Added missing semicolon.
authorScott González <scott.gonzalez@gmail.com>
Wed, 12 Oct 2011 17:58:02 +0000 (13:58 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 12 Oct 2011 17:58:02 +0000 (13:58 -0400)
ui/jquery.ui.autocomplete.js

index 7edd22a63889abcd1bc4377c0a6f84fdcb135fd1..853de21ae4af92019f0d10dc45ea86c5ffd5de3b 100644 (file)
@@ -271,7 +271,7 @@ $.widget( "ui.autocomplete", {
                        this._initSource();
                }
                if ( key === "appendTo" ) {
-                       this.menu.element.appendTo( $( value || "body", this.element[0].ownerDocument )[0] )
+                       this.menu.element.appendTo( $( value || "body", this.element[0].ownerDocument )[0] );
                }
                if ( key === "disabled" && value && this.xhr ) {
                        this.xhr.abort();