The entire Phaser library has been updated to match the new JSHint configuration.

This commit is contained in:
photonstorm
2013-11-25 04:40:04 +00:00
parent 13a2cc2feb
commit 299115ca5d
74 changed files with 4992 additions and 4977 deletions
+4 -4
View File
@@ -11,9 +11,9 @@ var idCounter = 0;
*/
function Material(){
/**
* The material identifier
* @property id
* @type {Number}
*/
* The material identifier
* @property id
* @type {Number}
*/
this.id = idCounter++;
};