mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
chore: add reference to defaults in constructors
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
this.init();
|
||||
}
|
||||
|
||||
Collision.defaults = defaults;
|
||||
|
||||
var fn = Collision.prototype;
|
||||
|
||||
|
||||
@@ -82,6 +82,8 @@
|
||||
this.init();
|
||||
}
|
||||
|
||||
Draggable.defaults = defaults;
|
||||
|
||||
var fn = Draggable.prototype;
|
||||
|
||||
fn.init = function() {
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
this.options.auto_init && this.init();
|
||||
}
|
||||
|
||||
Gridster.defaults = defaults;
|
||||
Gridster.generated_stylesheets = [];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user