Moved jsdoc comment to stop weird TS module generation

This commit is contained in:
Richard Davey 2019-02-08 13:08:32 +00:00
parent f8c4252fcb
commit 17d56bd8ac
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
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:
@maretana
@maretana @CipSoft-Components
## Version 3.16.0 / 3.16.1 - Ishikawa - 5th February 2019

View file

@ -698,8 +698,8 @@ var Game = new Class({
});
module.exports = Game;
/**
* "Computers are good at following instructions, but not at reading your mind." - Donald Knuth
*/
module.exports = Game;