Skip to content

Commit 17d56bd

Browse files
committed
Moved jsdoc comment to stop weird TS module generation
1 parent f8c4252 commit 17d56bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
1616

17-
@maretana
17+
@maretana @CipSoft-Components
1818

1919

2020
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019

src/core/Game.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ var Game = new Class({
698698

699699
});
700700

701+
module.exports = Game;
702+
701703
/**
702704
* "Computers are good at following instructions, but not at reading your mind." - Donald Knuth
703705
*/
704-
705-
module.exports = Game;

0 commit comments

Comments
 (0)