mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Updated Outro.
This commit is contained in:
parent
37665f1ab4
commit
c694ec9c7b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
exports.Phaser = Phaser;
|
||||
} else if (typeof define !== 'undefined' && define.amd) {
|
||||
define('phaser', Phaser);
|
||||
define('Phaser', (function() { return root.Phaser = Phaser; }) ());
|
||||
} else {
|
||||
root.Phaser = Phaser;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue