Skip to content

Commit aca7cb9

Browse files
author
Tomas Kirda
authored
Merge pull request #500 from stonio/patch-2
Use Jquery noop function
2 parents a1407c4 + 4e63cf8 commit aca7cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
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)