mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
The entire Phaser library has been updated to match the new JSHint configuration.
This commit is contained in:
@@ -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++;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user