Merge pull request #2399 from thiagojobson/patch-1

Fixed links in documentation
This commit is contained in:
Richard Davey 2016-04-04 17:08:38 +01:00
commit 3446733696

View file

@ -10,7 +10,7 @@
* It consists of a delay, which is a value in milliseconds after which the event will fire.
* When the event fires it calls a specific callback with the specified arguments.
*
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#add}, or {@link Phaser.Timer#add} methods to create a new event.
* Use {@link Phaser.Timer#add}, {@link Phaser.Timer#repeat}, or {@link Phaser.Timer#loop} methods to create a new event.
*
* @class Phaser.TimerEvent
* @constructor