web-intents.js 198 B

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