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

Use Jquery noop function

Use jQuery noop function to be consistent with other functions.
This commit is contained in:
stonio 2016-06-21 16:25:16 +02:00 committed by GitHub
parent a1407c4053
commit 4e63cf82cf

View File

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