diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 95c4b6d0..87abde25 100644 --- 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);