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-02-07 14:48:53 +01:00
committed by vieron
parent 04cb32f6f3
commit e9dc513457
+1 -1
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]