mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08: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); |