Skip to content

Commit

Permalink
Remove argument which is not in use in default implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazar committed Feb 6, 2016
1 parent 69ab6ac commit 8d6d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ _.REPLACE = function (text) {
this.input.value = text.value;
};

_.DATA = function (text, input) {
_.DATA = function (text) {
return { title: text, value: text };
};

Expand Down

0 comments on commit 8d6d07b

Please sign in to comment.