Fix inverted boolean returns
This commit is contained in:
@@ -166,7 +166,7 @@ function supportsHtmlMediaAutoplay() {
|
||||
return true;
|
||||
}
|
||||
|
||||
return !!browser.mobile;
|
||||
return !browser.mobile;
|
||||
}
|
||||
|
||||
function supportsCue() {
|
||||
|
||||
Reference in New Issue
Block a user