From ce432c1db2457df41346e82eba9838ab3708449e Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 26 Nov 2013 17:30:04 -0500 Subject: [PATCH] remove redundant Array.clone() --- main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.coffee b/main.coffee index 6f0cd18..c0524a0 100644 --- a/main.coffee +++ b/main.coffee @@ -225,7 +225,7 @@ init_board_layout = () -> unless is_top_tile and fw_other is -1 push i + columns[col_num].height + fw_other # will be dereferenced later - space.neighbors = neighbors.clone() # FIXME ?remove ``.clone()`` + space.neighbors = neighbors col_offset += column.height # convert all space.neighbors arrays from containing space ids to referencing the space for s in spaces -- 1.7.10.4