//= require modernizr
// a attribute // When used on an <a>, this attribute signifies that the resource it // points to should be downloaded by the browser rather than navigating to it. // developers.whatwg.org/links.html#downloading-resources // By Addy Osmani
Modernizr.addTest('adownload', 'download' in document.createElement('a'));