Skip to content

Commit

Permalink
Remove unused dataset property from awesomplete-select event
Browse files Browse the repository at this point in the history
  • Loading branch information
TxHawks committed Jan 2, 2016
1 parent e5ba0c0 commit 52dac84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion awesomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ _.prototype = {
var prevented;

$.fire(this.input, "awesomplete-select", {
dataset: selected.dataset,
text: selected.textContent,
originalTarget: originalEvent.originalTarget,
preventDefault: function () {
Expand Down
8 changes: 4 additions & 4 deletions awesomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52dac84

Please sign in to comment.