Skip to content

Commit 46af5cb

Browse files
committed
Fixed style join
1 parent d16e844 commit 46af5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/CreateDOMContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var CreateDOMContainer = function (game)
2626
'position: absolute;',
2727
'overflow: hidden;',
2828
'pointer-events: none;'
29-
].join();
29+
].join(' ');
3030

3131
game.domContainer = div;
3232

0 commit comments

Comments
 (0)