diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-02-12 19:27:20 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-12 19:27:28 -0500 |
commit | adaba7790b676fb6d75dad027c012928d8946cf4 (patch) | |
tree | 05f78aede951dabfd7866846c3ff6d79967da284 | |
parent | 681b68d048ec26054fcf75ba2e82b1334d5c676b (diff) | |
download | jquery-ui-adaba7790b676fb6d75dad027c012928d8946cf4.tar.gz jquery-ui-adaba7790b676fb6d75dad027c012928d8946cf4.zip |
Autocomplete: Fixed typo in comment.
Thanks Jellyfrog.
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index ba0062410..5646eda7a 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -383,7 +383,7 @@ $.widget( "ui.autocomplete", { this._suggest( content ); this._trigger( "open" ); } else { - // use ._close() instad of .close() so we don't cancel future searches + // use ._close() instead of .close() so we don't cancel future searches this._close(); } this.pending--; |