HenrikJoreteg / webrtcsupport

Browser module to detect support for WebRTC and extract proper constructors.
55 stars 33 forks source link

Uncaught ReferenceError: isChrome is not defined #8

Closed RangerMauve closed 9 years ago

RangerMauve commented 9 years ago

Hey, using the latest version, I seem to be getting this error here. Not sure what caused this, but it seems that your isChrome and isFirefox variables are no longer getting defined.

fippo commented 9 years ago

ah, merge mistake :-( Fixed in 1.2.2

RangerMauve commented 9 years ago

:P It's always a pleasant surprise when that happens, eh. Thanks!