mirror of
https://github.com/photonstorm/phaser
synced 2024-12-21 10:33:35 +00:00
15 lines
285 B
JavaScript
15 lines
285 B
JavaScript
|
/**
|
||
|
* @author Mat Groves http://matgroves.com/ @Doormat23
|
||
|
*/
|
||
|
|
||
|
if (typeof exports !== 'undefined') {
|
||
|
if (typeof module !== 'undefined' && module.exports) {
|
||
|
exports = module.exports = PIXI;
|
||
|
}
|
||
|
exports.PIXI = PIXI;
|
||
|
} else {
|
||
|
root.PIXI = PIXI;
|
||
|
}
|
||
|
|
||
|
|
||
|
}).call(this);
|