fix(gridster): resize.axes default option only 'both'

If passing resize.axes option it will be
what is defined and not ['x','y','both'].
This commit is contained in:
Pedro Almeida
2014-01-14 14:40:16 +00:00
committed by vieron
parent 04cb32f6f3
commit e9dc513457

View File

@@ -36,7 +36,7 @@
},
resize: {
enabled: false,
axes: ['x', 'y', 'both'],
axes: ['both'],
handle_append_to: '',
handle_class: 'gs-resize-handle',
max_size: [Infinity, Infinity]