Skip to content

Commit

Permalink
jshint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jul 18, 2014
1 parent 49bb45c commit 9c1f39d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tilemap/Tilemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1503,9 +1503,8 @@ Phaser.Tilemap.prototype = {
* @method Phaser.Tilemap#swapHandler
* @private
* @param {number} value
* @param {number} index
*/
swapHandler: function (value, index) {
swapHandler: function (value) {

if (value.index === this._tempA)
{
Expand Down

0 comments on commit 9c1f39d

Please sign in to comment.