From 379748b491fe77072cf7519ee86bd27a8993fe4b Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 17 Aug 2015 14:48:00 -0700 Subject: [PATCH] Remove test for undocumented '_renderItem' function in 'jqueryui'. --- jqueryui/jqueryui-tests.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/jqueryui/jqueryui-tests.ts b/jqueryui/jqueryui-tests.ts index 98b45ca280..84d1373318 100644 --- a/jqueryui/jqueryui-tests.ts +++ b/jqueryui/jqueryui-tests.ts @@ -769,13 +769,7 @@ function test_autocomplete() { $("#project-icon").attr("src", "images/" + ui.item.icon); return false; } - }) - .data("autocomplete")._renderItem = (ul, item) => { - return $("
  • ") - .data("item.autocomplete", item) - .append("" + item.label + "
    " + item.desc + "
    ") - .appendTo(ul); - }; + }); $("#developer").autocomplete({ source: (request, response) => {