Skip to content

Commit

Permalink
It's API docs, not an unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazar committed Feb 5, 2016
1 parent 69ab6ac commit d79b645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awesomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ _.REPLACE = function (text) {
this.input.value = text.value;
};

/* eslint-disable no-unused-vars */
_.DATA = function (text, input) {
return { title: text, value: text };
};
Expand Down

0 comments on commit d79b645

Please sign in to comment.