Skip to content

Commit

Permalink
Merge pull request Modernizr#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 efd3ea6 + 4c10e3d commit 37aa1f0
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 37aa1f0

Please sign in to comment.