]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete demo: Removed todo (already captured in trac).
authorScott González <scott.gonzalez@gmail.com>
Wed, 24 Mar 2010 17:24:19 +0000 (13:24 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 24 Mar 2010 17:24:19 +0000 (13:24 -0400)
demos/autocomplete/remote.html

index 3b0d7096d5b07ec0a43ae2870d6ba9f07fadadff..9414102e68c0763e4835c820394abe1a826d4918 100644 (file)
@@ -18,7 +18,6 @@
                }
                
                $("#birds").autocomplete({
-                       // TODO doesn't work when loaded from /demos/#autocomplete|remote
                        source: "search.php",
                        minLength: 2,
                        select: function(event, ui) {