//= require modernizr
// lol. we already have a test for datalist built in! silly you.
// Helpful links while you're here, though..
// css-tricks.com/15346-relevant-dropdowns-polyfill-for-datalist/ // miketaylr.com/test/datalist.html // miketaylr.com/code/datalist.html
Modernizr.addTest('datalistelem', Modernizr.input.list );