Skip to content

Commit

Permalink
fix: add resize.min_size option to default config object
Browse files Browse the repository at this point in the history
  • Loading branch information
vieron committed Feb 7, 2014
1 parent 46e0abe commit 5672edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jquery.gridster.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
axes: ['both'],
handle_append_to: '',
handle_class: 'gs-resize-handle',
max_size: [Infinity, Infinity]
max_size: [Infinity, Infinity],
min_size: [1, 1]
}
};

Expand Down

0 comments on commit 5672edb

Please sign in to comment.