Skip to content

Commit 16a7a65

Browse files
author
floyd_hawkes
committed
#3 Adds ability to automatically center widgets in the grid.
1 parent e40a393 commit 16a7a65

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
autogenerate_stylesheet: true,
880880
avoid_overlapped_widgets: true,
881881
auto_init: true,
882-
gulcenter_widgets: false,
882+
center_widgets: false,
883883
responsive_breakpoint: false,
884884
serialize_params: function($w, wgd) {
885885
return {

dist/jquery.gridster.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.with-extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
autogenerate_stylesheet: true,
880880
avoid_overlapped_widgets: true,
881881
auto_init: true,
882-
gulcenter_widgets: false,
882+
center_widgets: false,
883883
responsive_breakpoint: false,
884884
serialize_params: function($w, wgd) {
885885
return {

dist/jquery.gridster.with-extras.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
autogenerate_stylesheet: true,
3333
avoid_overlapped_widgets: true,
3434
auto_init: true,
35-
gulcenter_widgets: false,
35+
center_widgets: false,
3636
responsive_breakpoint: false,
3737
serialize_params: function($w, wgd) {
3838
return {

0 commit comments

Comments
 (0)