bharlow/fm-webdirect-custom

Shouldn't undefined be taken into account has a possible result ?

Closed this issue · 1 comments

if( platform == false ) {

Here is the doc for satisfies :
https://lancedikson.github.io/bowser/docs/Parser.html#satisfies

I changed the code to (so it works) :
if( platform == false || platform == undefined ) {

Correcting for the next release.