auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Typo in code sample #18

Closed dylanfries closed 10 years ago

dylanfries commented 10 years ago

Hi there,

on this page http://auduno.github.io/headtrackr/documentation/reference.html

theres a " missing from the if(event.status ) block.

document.addEventListener('headtrackrStatus', function (event) { if (event.status == "getUserMedia) {
alert("getUserMedia is supported!"); } } );

Best,

Dylan

auduno commented 10 years ago

Fixed it now! Thanks for the tip!