diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-01-22 10:40:19 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-01-22 10:40:19 -0500 |
commit | 113e9d0c2cc3f474da719721857c074c983c7157 (patch) | |
tree | 0dbae897accf436d7306d00188c23321a2375d0b /tests/unit/autocomplete/remote_string_array.txt | |
parent | 2ef1b16e4d3aa8766084e50f4a1d806c434e7e43 (diff) | |
download | jquery-ui-113e9d0c2cc3f474da719721857c074c983c7157.tar.gz jquery-ui-113e9d0c2cc3f474da719721857c074c983c7157.zip |
Autocomplete: Normalize falsy values, not just missing values
Fixes #9762
Diffstat (limited to 'tests/unit/autocomplete/remote_string_array.txt')
-rw-r--r-- | tests/unit/autocomplete/remote_string_array.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/autocomplete/remote_string_array.txt b/tests/unit/autocomplete/remote_string_array.txt index 3b24c8e4b..76134f302 100644 --- a/tests/unit/autocomplete/remote_string_array.txt +++ b/tests/unit/autocomplete/remote_string_array.txt @@ -1 +1 @@ -["java", "javascript"]
\ No newline at end of file +[ "java", "javascript", "clojure" ] |