2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 04:45:12 +00:00

Merge pull request #500 from stonio/patch-2

Use Jquery noop function
This commit is contained in:
Tomas Kirda 2016-06-21 12:10:09 -05:00 committed by GitHub
commit aca7cb97e8

View File

@ -52,7 +52,7 @@
};
function Autocomplete(el, options) {
var noop = function () { },
var noop = $.noop,
that = this,
defaults = {
ajaxSettings: {},