mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
JSDoc fixes in the Rope class (thanks @Rovanion)
This commit is contained in:
parent
837a035194
commit
fbfb107146
2 changed files with 3 additions and 2 deletions
|
@ -91,6 +91,7 @@ Version 2.1.3 - "Ravinda" - in development
|
|||
* Timer.timeCap has been changed from `1000` to `1 / 60 * 1000` to bring it in line with Time.timeCap.
|
||||
* PIXI.AbstractFilter is now bundled by default, to support the new `sprite.shader` feature in Pixi 2.
|
||||
* Changed all typeof comparisons from == to === (thanks @bobbywilson0 #1230)
|
||||
* JSDoc fixes in the Rope class (thanks @Rovanion)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* @author Richard Davey <rich@photonstorm.com>, Rovanion Luckey <rovanion.luckey@gmail.com>
|
||||
* @copyright 2014 Photon Storm Ltd, Richard Davey, Rovanion Luckey
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2014 Photon Storm Ltd, Richard Davey
|
||||
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue