mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 19:43:28 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
var Phaser;
|
|
(function (Phaser) {
|
|
Phaser.VERSION = 'Phaser version 1.0.0';
|
|
})(Phaser || (Phaser = {}));
|