Skip to content

Commit

Permalink
Merge pull request #655 from johnmccutchan/master
Browse files Browse the repository at this point in the history
pointerlock API feature detect
  • Loading branch information
paulirish committed Aug 20, 2012
2 parents 05ddc4c + 1632ae0 commit eeac09d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions feature-detects/pointerlock-api.js
@@ -0,0 +1,4 @@
// https://developer.mozilla.org/en-US/docs/API/Pointer_Lock_API

Modernizr.addTest('pointerlock',!!Modernizr.prefixed('pointerLockElement', document));

0 comments on commit eeac09d

Please sign in to comment.