Files
grav-ouidade.com/user/themes/ouidade/bower_components/modernizr/feature-detects/web-intents.js
T

7 lines
198 B
JavaScript

// Tests for the ability to use Web Intents (http://webintents.org).
// By Eric Bidelman
Modernizr.addTest('webintents', function() {
return !!Modernizr.prefixed('startActivity', navigator);
});