mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Moved jsdoc comment to stop weird TS module generation
This commit is contained in:
parent
f8c4252fcb
commit
17d56bd8ac
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue