1
0
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00

chore(gridster): remove unused code

This commit is contained in:
Javi Sánchez-Marín
2015-04-16 17:14:24 +02:00
parent 8080daccd1
commit 93cd01ecc3

@ -139,7 +139,6 @@
this.$wrapper = this.$el.parent();
this.$widgets = this.$el.children(
this.options.widget_selector).addClass('gs-w');
this.widgets = [];
this.$changed = $([]);
this.wrapper_width = this.$wrapper.width();
this.min_widget_width = (this.options.widget_margins[0] * 2) +
@ -2938,9 +2937,7 @@
width: this.min_widget_width,
height: this.min_widget_height,
col: col,
row: row,
original_col: col,
original_row: row
row: row
}).coords();
if (!$.isArray(this.gridmap[col])) {