10 lines
233 B
JavaScript
10 lines
233 B
JavaScript
|
|
/**
|
||
|
|
* @author Richard Davey <rich@photonstorm.com>
|
||
|
|
* @copyright 2014 Photon Storm Ltd.
|
||
|
|
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
||
|
|
*/
|
||
|
|
|
||
|
|
(function(){
|
||
|
|
|
||
|
|
var root = this;
|