diff --git a/dist/jquery.gridster.js b/dist/jquery.gridster.js index 30d7fbb74..f15e17c5a 100644 --- a/dist/jquery.gridster.js +++ b/dist/jquery.gridster.js @@ -1028,7 +1028,9 @@ }else{ pos = { col: col, - row: row + row: row, + size_y: size_y, + size_x: size_x }; this.empty_cells(col, row, size_x, size_y);