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:
parent
a1407c4053
commit
4e63cf82cf
@ -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: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user