Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c503a4f

Browse files
committed
updated dist
1 parent 3bc9ea3 commit c503a4f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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 - 2012-09-09
1+
/*! gridster.js - v0.1.0 - 2012-09-12
22
* http://gridster.net/
33
* Copyright (c) 2012 ducksboard; Licensed MIT */
44

dist/jquery.gridster.js

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

@@ -690,6 +690,7 @@
690690
;(function($, window, document, undefined) {
691691

692692
var defaults = {
693+
namespace: '',
693694
widget_selector: '> li',
694695
widget_margins: [10, 10],
695696
widget_base_dimensions: [400, 225],
@@ -3047,7 +3048,7 @@
30473048
this.rows = max_rows;
30483049

30493050
if (this.options.autogenerate_stylesheet) {
3050-
this.generate_stylesheet();
3051+
this.generate_stylesheet({namespace: this.options.namespace});
30513052
}
30523053

30533054
return this;

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.

0 commit comments

Comments
 (0)