mirror of
https://github.com/photonstorm/phaser
synced 2024-12-25 04:23:30 +00:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
require('./polyfills');
|
|
|
|
var boot = require('./boot');
|
|
|
|
module.exports = boot;
|
|
|
|
global.Phaser = boot;
|