Skip to content

Commit

Permalink
Merge pull request #55 from scheib/webgl-pointer-lock-permision-2012-…
Browse files Browse the repository at this point in the history
…11-26

Add pointerLock permission to webgl sample.
  • Loading branch information
scheib committed Dec 1, 2012
2 parents 106c4a4 + b438e1d commit 08e66bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webgl/manifest.json
Expand Up @@ -10,5 +10,8 @@
"background": {
"scripts": ["main.js"]
}
}
},
"permissions": [
"pointerLock"
]
}

0 comments on commit 08e66bd

Please sign in to comment.