diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-06-08 13:03:42 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-06-08 13:03:42 -0400 |
commit | 3c860f95aa43c7844883f4417247d2aa6c482151 (patch) | |
tree | 2baa138dfb345b655beabb382cac23b5129ae7d8 /demos/autocomplete | |
parent | abc2a755f97689145de81000534cca138736a539 (diff) | |
download | jquery-ui-3c860f95aa43c7844883f4417247d2aa6c482151.tar.gz jquery-ui-3c860f95aa43c7844883f4417247d2aa6c482151.zip |
All: Replace non-breaking spaces with regular spaces
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/multiple-remote.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html index e1babda4a..6b37ab93a 100644 --- a/demos/autocomplete/multiple-remote.html +++ b/demos/autocomplete/multiple-remote.html @@ -17,7 +17,7 @@ return val.split( /,\s*/ ); } function extractLast( term ) { - return split( term ).pop(); + return split( term ).pop(); } $( "#birds" ) |