Skip to content

Commit

Permalink
fix(gridster): resize.axes default option only 'both'
Browse files Browse the repository at this point in the history
If passing resize.axes option it will be
what is defined and not ['x','y','both'].
  • Loading branch information
UlTriX authored and vieron committed Feb 7, 2014
1 parent a640dee commit 6298878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.gridster.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6298878

Please sign in to comment.