add support table for firefox, will push to master once support comes back in

This commit is contained in:
Remy Sharp 2012-12-11 20:08:43 +00:00
parent 84e3adb906
commit 11b883cde1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"tags": "getUserMedia canvas",
"support": {
"live": "opera",
"nightly": "chrome"
"nightly": "chrome firefox"
},
"test": "navigator.getUserMedia !== undefined"
},
@ -15,7 +15,7 @@
"tags": "getUserMedia",
"support": {
"live": "opera",
"nightly": "chrome"
"nightly": "chrome firefox"
},
"test": "navigator.getUserMedia !== undefined"
},