Skip to content

Commit

Permalink
chore: add reference to defaults in constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
vieron committed Jun 25, 2014
1 parent a9c76d5 commit 21a294c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/jquery.collision.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
this.init();
}

Collision.defaults = defaults;

var fn = Collision.prototype;

Expand Down
2 changes: 2 additions & 0 deletions src/jquery.draggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
this.init();
}

Draggable.defaults = defaults;

var fn = Draggable.prototype;

fn.init = function() {
Expand Down
1 change: 1 addition & 0 deletions src/jquery.gridster.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
this.options.auto_init && this.init();
}

Gridster.defaults = defaults;
Gridster.generated_stylesheets = [];


Expand Down

0 comments on commit 21a294c

Please sign in to comment.