diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-21 16:02:41 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-21 16:02:41 +0300 |
| commit | eef28746e97e7741e955a1c64fd603e154755d9f (patch) | |
| tree | 3cf3d63169d895041c6807f1a503a3ed4ef29057 | |
| parent | 2dc0f0e2f2443d752c0b958f2fd58c49068b5314 (diff) | |
scripts/autocomplete.js: use an instead of a
| -rw-r--r-- | scripts/autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autocomplete.js b/scripts/autocomplete.js index c5306ae9..bd9db716 100644 --- a/scripts/autocomplete.js +++ b/scripts/autocomplete.js @@ -74,7 +74,7 @@ }, select: function (event, ui) { /** - * @description if a item is selected, insert the value between triggerStart and triggerEnd + * @description if an item is selected, insert the value between triggerStart and triggerEnd */ var acTrigger = $(this).data("autocompleteTrigger") || $(this).data("uiAutocompleteTrigger"); var trigger = acTrigger.options.triggerStart; |
