mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
var Phaser;
|
|
(function (Phaser) {
|
|
Phaser.VERSION = 'Phaser version 0.9.1';
|
|
})(Phaser || (Phaser = {}));
|