Forgot a closing paren.
This commit is contained in:
parent
05479cdd3f
commit
58e13656f5
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ require([
|
|||
if (user.immersiveFullscreen) {
|
||||
document.find("body").addClass("immersive");
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
frame.onRestored.addListener(function() {
|
||||
|
|
Loading…
Reference in a new issue