Phaser.ScaleManager = function (){ this.bounds = new Phaser.Rectangle(); } ; Phaser.ScaleManager.prototype.boot = function (){ } ; Phaser.ScaleManager.prototype.preUpdate = function (){ } ; Phaser.ScaleManager.prototype.pauseUpdate = function (){ } ; Phaser.ScaleManager.prototype.destroy = function (){ } ; Phaser.ScaleManager.prototype.constructor = Phaser.ScaleManager;