Skip to content

Commit

Permalink
Removed outside events dependency from datalist polyfill since not ne…
Browse files Browse the repository at this point in the history
…eded.
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 5, 2013
1 parent 739aee6 commit 04aa69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/pe-ap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@
polyfill: {
'datalist': {
selector: 'input[list]',
depends: ['outside'],
update: function (elms) {
elms.datalist();
},
Expand Down

0 comments on commit 04aa69f

Please sign in to comment.