Skip to content

Commit 4e63cf8

Browse files
authored
Use Jquery noop function
Use jQuery noop function to be consistent with other functions.
1 parent a1407c4 commit 4e63cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/jquery.autocomplete.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
};
5353

5454
function Autocomplete(el, options) {
55-
var noop = function () { },
55+
var noop = $.noop,
5656
that = this,
5757
defaults = {
5858
ajaxSettings: {},

0 commit comments

Comments
 (0)