Handle no audio, more docs in code, fix for playing getter

This commit is contained in:
Sam Potts
2017-11-21 20:14:57 +11:00
parent f33bc5a5c6
commit d3b31e595a
12 changed files with 209 additions and 66 deletions

View File

@ -78,7 +78,7 @@ const media = {
default:
break;
}
} else {
} else if (this.isHTML5) {
ui.setTitle.call(this);
}
},