Skip to content

Commit 24a47c2

Browse files
committed
visibility
1 parent 838dfeb commit 24a47c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/nodegame-window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
// the user still sees it appearing all at once.
17721772
// The iframe visibility is reset by nodegame-client listener
17731773
// on LOADED (avoiding registering two listeners this way.)
1774-
// iframe.style.visibility = 'hidden';
1774+
iframe.style.visibility = 'hidden';
17751775

17761776
// Add the onLoad event listener:
17771777
if (!loadCache || !frameReady) {

build/nodegame-window.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/GameWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
// the user still sees it appearing all at once.
17721772
// The iframe visibility is reset by nodegame-client listener
17731773
// on LOADED (avoiding registering two listeners this way.)
1774-
// iframe.style.visibility = 'hidden';
1774+
iframe.style.visibility = 'hidden';
17751775

17761776
// Add the onLoad event listener:
17771777
if (!loadCache || !frameReady) {

0 commit comments

Comments
 (0)