summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/vibration.js
blob: 034c25de3b63b0d86cc9add64c95543458ad7ce1 (plain)
1
2
3
4
// Vibration API
// http://www.w3.org/TR/vibration/
// https://developer.mozilla.org/en/DOM/window.navigator.mozVibrate
Modernizr.addTest('vibrate', !!Modernizr.prefixed('vibrate', navigator));