Support "full-screen" mode to the extent that supported browsers support it (and thanks for your support!)

This commit is contained in:
Jeff Parsons 2015-01-22 11:19:38 -08:00 committed by jeffpar
commit 8dadbb2da9
4 changed files with 95 additions and 21 deletions

View file

@ -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");
}
/**