jshint fixes

This commit is contained in:
photonstorm 2014-11-11 01:09:57 +00:00
parent d37fdd4217
commit a2aa987920

View file

@ -449,7 +449,7 @@ Phaser.Tilemap.prototype = {
layer = this.getLayer(layer);
if (typeof group === 'undefined') { group = this.game.world; }
if (typeof properties === 'undefined') { properties = {} };
if (typeof properties === 'undefined') { properties = {}; }
if (properties.customClass === undefined)
{
@ -1477,7 +1477,7 @@ Phaser.Tilemap.prototype = {
* @param {integer|string|Phaser.TilemapLayer} [layer] - The layer to copy the tiles from.
* @return {array} An array of the tiles that were copied.
*/
copy: function (x, y, width, height, layer, indexes) {
copy: function (x, y, width, height, layer) {
layer = this.getLayer(layer);