diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 8728610ad..d440f597e 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -230,7 +230,9 @@ }else{ pos = { col: col, - row: row + row: row, + size_x: size_x, + size_y: size_y }; this.empty_cells(col, row, size_x, size_y);