Formatting fix

This commit is contained in:
Sam Potts
2018-06-17 01:30:24 +10:00
parent f1b4db4f36
commit 599883e684
4 changed files with 26 additions and 26 deletions

View File

@ -68,8 +68,8 @@ class Fullscreen {
document,
this.prefix === 'ms' ? 'MSFullscreenChange' : `${this.prefix}fullscreenchange`,
() => {
// TODO: Filter for target??
onChange.call(this);
// TODO: Filter for target??
onChange.call(this);
},
);