chore: add reference to defaults in constructors

This commit is contained in:
vieron
2014-06-25 23:10:59 +02:00
parent a9c76d572b
commit 21a294cf29
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@
this.init();
}
Collision.defaults = defaults;
var fn = Collision.prototype;
+2
View File
@@ -82,6 +82,8 @@
this.init();
}
Draggable.defaults = defaults;
var fn = Draggable.prototype;
fn.init = function() {
+1
View File
@@ -147,6 +147,7 @@
this.options.auto_init && this.init();
}
Gridster.defaults = defaults;
Gridster.generated_stylesheets = [];