From 303f20e1b3c977d75047bed1a3533a180d73fab5 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 10 Sep 2012 11:33:46 -0400 Subject: Demos: Cleanup. --- demos/autocomplete/categories.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'demos/autocomplete/categories.html') diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html index 5d973a190..1138a16ef 100644 --- a/demos/autocomplete/categories.html +++ b/demos/autocomplete/categories.html @@ -1,4 +1,4 @@ - + @@ -29,7 +29,7 @@ ul.append( "
  • " + item.category + "
  • " ); currentCategory = item.category; } - that._renderItem( ul, item ); + that._renderItemData( ul, item ); }); } }); @@ -57,16 +57,11 @@ -
    - - -
    - - + +

    A categorized search result. Try typing "a" or "n".

    -
    - + -- cgit v1.2.3