- this.element.autocomplete($.extend(opts, this.options))
- .data("autocomplete")._renderItem = __bind(this, this.render_item);
+ this.element.autocomplete($.extend(opts, this.options));
+ this.element.autocomplete('instance')._renderItem = __bind(this, this.render_item_2022);
+ this.element.data('autocomplete')._renderItem = __bind(this, this.render_item);;