mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +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;
|
exports.Phaser = Phaser;
|
||||||
} else if (typeof define !== 'undefined' && define.amd) {
|
} else if (typeof define !== 'undefined' && define.amd) {
|
||||||
define('phaser', Phaser);
|
define('Phaser', (function() { return root.Phaser = Phaser; }) ());
|
||||||
} else {
|
} else {
|
||||||
root.Phaser = Phaser;
|
root.Phaser = Phaser;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue