Skip to content

Commit ef626f8

Browse files
committed
update dist
1 parent f418ecd commit ef626f8

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

dist/jquery.gridster.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.1.0 - 2013-06-13
1+
/*! gridster.js - v0.1.0 - 2013-06-14
22
* http://gridster.net/
33
* Copyright (c) 2013 ducksboard; Licensed MIT */
44

dist/jquery.gridster.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.1.0 - 2013-06-13
1+
/*! gridster.js - v0.1.0 - 2013-06-14
22
* http://gridster.net/
33
* Copyright (c) 2013 ducksboard; Licensed MIT */
44

@@ -3254,8 +3254,10 @@
32543254
this.baseX = ($(window).width() - aw) / 2;
32553255
this.baseY = this.$wrapper.offset().top;
32563256

3257-
this.container_width = (this.cols * this.options.widget_base_dimensions[0]) +
3258-
(this.cols * this.options.widget_margins[0]) + this.options.widget_margins[0];
3257+
// left and right gutters not included
3258+
this.container_width = (this.cols *
3259+
this.options.widget_base_dimensions[0]) + ((this.cols - 1) * 2 *
3260+
this.options.widget_margins[0]);
32593261

32603262
if (this.options.autogenerate_stylesheet) {
32613263
this.generate_stylesheet();

dist/jquery.gridster.min.css

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.min.js

Lines changed: 2 additions & 2 deletions
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.1.0 - 2013-06-13
1+
/*! gridster.js - v0.1.0 - 2013-06-14
22
* http://gridster.net/
33
* Copyright (c) 2013 ducksboard; Licensed MIT */
44

@@ -3254,8 +3254,10 @@
32543254
this.baseX = ($(window).width() - aw) / 2;
32553255
this.baseY = this.$wrapper.offset().top;
32563256

3257-
this.container_width = (this.cols * this.options.widget_base_dimensions[0]) +
3258-
(this.cols * this.options.widget_margins[0]) + this.options.widget_margins[0];
3257+
// left and right gutters not included
3258+
this.container_width = (this.cols *
3259+
this.options.widget_base_dimensions[0]) + ((this.cols - 1) * 2 *
3260+
this.options.widget_margins[0]);
32593261

32603262
if (this.options.autogenerate_stylesheet) {
32613263
this.generate_stylesheet();

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)