Merge pull request #212 from TheJare/dev

Fixes to Math and Loader
This commit is contained in:
Richard Davey
2013-11-20 04:51:25 -08:00
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ Phaser.Game = function (width, height, renderer, parent, state, transparent, ant
this.load = null;
/**
* @property {Phaser.GameMath} math - Reference to the math helper.
* @property {Phaser.Math} math - Reference to the math helper.
* @default
*/
this.math = null;
+1 -1
View File
@@ -50,7 +50,7 @@ Phaser.State = function () {
this.load = null;
/**
* @property {Phaser.GameMath} math - Reference to the math helper.
* @property {Phaser.Math} math - Reference to the math helper.
* @default
*/
this.math = null;