From 5672edb05e39c6b9ff5e3ca31d68c9e94dfaa617 Mon Sep 17 00:00:00 2001 From: vieron Date: Fri, 7 Feb 2014 15:09:55 +0100 Subject: [PATCH] fix: add resize.min_size option to default config object --- src/jquery.gridster.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index fa17e7909..f12287989 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -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] } };