IE & Edge fixes, Storage & Console classes

This commit is contained in:
Sam Potts
2017-12-08 10:05:38 +00:00
parent de54929bb7
commit c8990bd379
33 changed files with 1051 additions and 615 deletions

View File

@ -16,7 +16,7 @@ const media = {
setup() {
// If there's no media, bail
if (!this.media) {
this.console.warn('No media element found!');
this.debug.warn('No media element found!');
return;
}
@ -99,7 +99,7 @@ const media = {
this.media.load();
// Debugging
this.console.log('Cancelled network requests');
this.debug.log('Cancelled network requests');
},
};