Skip to content
Snippets Groups Projects
Commit ce0bc8f8 authored by David Baumgold's avatar David Baumgold
Browse files

Added comment to getUserMedia call in photocapture.js

parent cbfe12fc
No related merge requests found
......@@ -217,6 +217,9 @@ function initSnapshotHandler(names, hasHtml5CameraSupport) {
// We do this in a recursive call on success because Firefox seems to
// simply eat the request if you stack up two on top of each other before
// the user has a chance to approve the first one.
//
// This appears to be necessary for older versions of Firefox (before 28).
// For more info, see https://github.com/edx/edx-platform/pull/3053
initSnapshotHandler(names, hasHtml5CameraSupport);
}, onVideoFail);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment