%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/web/assets/modernizr/feature-detects/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/web/assets/modernizr/feature-detects/web-intents.js |
// Tests for the ability to use Web Intents (http://webintents.org).
// By Eric Bidelman
Modernizr.addTest('webintents', function() {
return !!Modernizr.prefixed('startActivity', navigator);
});