fix: add resize.min_size option to default config object

This commit is contained in:
vieron
2014-02-07 15:09:55 +01:00
parent 46e0abe346
commit 5672edb05e

View File

@@ -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]
}
};