rebuilt dist

This commit is contained in:
Dustin Moore
2013-04-02 09:06:20 -07:00
parent cb98d7d43b
commit 51ba8f9dfc
+2 -5
View File
@@ -732,8 +732,7 @@
draggable: {
distance: 4,
items: ".gs_w:not(.static)"
},
disable_drag: false
}
};
@@ -808,9 +807,7 @@
this.get_widgets_from_DOM();
this.set_dom_grid_height();
this.$wrapper.addClass('ready');
if (!this.options.disable_drag) {
this.draggable();
}
this.draggable();
$(window).bind(
'resize', throttle($.proxy(this.recalculate_faux_grid, this), 200));