Updated Outro.

This commit is contained in:
photonstorm 2014-03-10 12:18:08 +00:00
parent 37665f1ab4
commit c694ec9c7b

View file

@ -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;
}