JSDoc fixes in the Rope class (thanks @Rovanion)

This commit is contained in:
photonstorm 2014-10-15 22:05:38 +01:00
parent 837a035194
commit fbfb107146
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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}
*/