Revision f6b063abedc0f8bb2cbecbb076972e9f92ce77c1 authored by James Graham on 09 January 2014, 19:06:47 UTC, committed by James Graham on 09 January 2014, 19:08:04 UTC
1 parent 46c4a37
Raw File
prefix.js
var api = BrowserHasFeature(navigator, "getUserMedia");
if (!window.navigator.getUserMedia && undefined !== api) {
   window.navigator.getUserMedia = api;
} 
back to top