We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16e844 commit 46af5cbCopy full SHA for 46af5cb
1 file changed
src/boot/CreateDOMContainer.js
@@ -26,7 +26,7 @@ var CreateDOMContainer = function (game)
26
'position: absolute;',
27
'overflow: hidden;',
28
'pointer-events: none;'
29
- ].join();
+ ].join(' ');
30
31
game.domContainer = div;
32
0 commit comments