Support "full-screen" mode to the extent that supported browsers support it (and thanks for your support!)
This commit is contained in:
parent
d6b4b9c438
commit
8dadbb2da9
4 changed files with 95 additions and 21 deletions
|
|
@ -35,7 +35,7 @@
|
|||
if (typeof module !== 'undefined') {
|
||||
var web = require("./../../shared/lib/weblib");
|
||||
var Component = require("./../../shared/lib/component");
|
||||
var Messages = require("./messages");
|
||||
var Messages = require("./messages");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue