Method documentation was missing parameters.

This commit is contained in:
Kay Plößer 2014-08-07 14:47:54 +02:00
parent 4b7698d3e1
commit 9ac06c44ba

View file

@ -302,6 +302,8 @@ Phaser.TileSprite.prototype.postUpdate = function() {
*
* @method Phaser.TileSprite#autoScroll
* @memberof Phaser.TileSprite
* @param {number} x - Horizontal scroll speed in pixels per second.
* @param {number} y - Vertical scroll speed in pixels per second.
*/
Phaser.TileSprite.prototype.autoScroll = function(x, y) {