7 lines
198 B
JavaScript
Raw Normal View History

2014-03-09 14:43:33 -06:00
// Tests for the ability to use Web Intents (http://webintents.org).
// By Eric Bidelman
Modernizr.addTest('webintents', function() {
return !!Modernizr.prefixed('startActivity', navigator);
});