Skip to content

Commit 9c1f39d

Browse files
committed
jshint fix
1 parent 49bb45c commit 9c1f39d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tilemap/Tilemap.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,9 +1503,8 @@ Phaser.Tilemap.prototype = {
15031503
* @method Phaser.Tilemap#swapHandler
15041504
* @private
15051505
* @param {number} value
1506-
* @param {number} index
15071506
*/
1508-
swapHandler: function (value, index) {
1507+
swapHandler: function (value) {
15091508

15101509
if (value.index === this._tempA)
15111510
{

0 commit comments

Comments
 (0)