UNPKG
queen
Version:
dev (0.5.0)
latest (0.6.0)
0.6.0
0.5.1
0.5.0
0.4.0
A platform for running scripts on many browsers
queenjs.com
turn/queen
queen
/
bower_components
/
modernizr
/
feature-detects
/
web-intents.js
7 lines
(5 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
// Tests for the ability to use Web Intents (http://webintents.org).
// By Eric Bidelman
Modernizr
.
addTest
(
'webintents'
,
function
(
) {
return
!!
Modernizr
.
prefixed
(
'startActivity'
, navigator); });