chore(gridster): remove unused code

This commit is contained in:
Javi Sánchez-Marín
2015-04-16 20:26:18 +02:00
parent 8080daccd1
commit 93cd01ecc3
+1 -4
View File
@@ -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])) {