mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 14:23:30 +00:00
7 lines
198 B
JavaScript
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);
|
|
});
|