diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-16 20:43:42 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-16 20:43:42 +0200 |
commit | c3f6bd912e697aa6e480564e7507e7ffb749decc (patch) | |
tree | 1a82d1a25f3a1655494942b941d442eef3183df2 /tests/visual | |
parent | c5a449d611096988b0ae8c07a8d6bfa9618ff8d1 (diff) | |
download | jquery-ui-c3f6bd912e697aa6e480564e7507e7ffb749decc.tar.gz jquery-ui-c3f6bd912e697aa6e480564e7507e7ffb749decc.zip |
Selectmenu: trim trailing spaces
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/selectmenu/compatibility.html | 4 | ||||
-rw-r--r-- | tests/visual/selectmenu/methods.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/selectmenu/compatibility.html b/tests/visual/selectmenu/compatibility.html index be3d098c1..78657e433 100644 --- a/tests/visual/selectmenu/compatibility.html +++ b/tests/visual/selectmenu/compatibility.html @@ -17,7 +17,7 @@ <script> $(function() { $('select').selectmenu(); - + var availableTags = [ "ActionScript", "AppleScript", @@ -46,7 +46,7 @@ source: availableTags }); $( "#tabs" ).tabs(); - $( "#dialog" ).dialog(); + $( "#dialog" ).dialog(); }); </script> <style> diff --git a/tests/visual/selectmenu/methods.html b/tests/visual/selectmenu/methods.html index 8349929ce..0ad7773a7 100644 --- a/tests/visual/selectmenu/methods.html +++ b/tests/visual/selectmenu/methods.html @@ -14,7 +14,7 @@ <script> $(function() { var mySelectmenu = $('select').selectmenu(); - + $('select').show(); $("#destroy").click( function() { |