From 51ba8f9dfcea37fd59f7820d524ad38fc8a8265f Mon Sep 17 00:00:00 2001 From: Dustin Moore Date: Tue, 2 Apr 2013 09:06:20 -0700 Subject: [PATCH] rebuilt dist --- dist/jquery.gridster.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dist/jquery.gridster.js b/dist/jquery.gridster.js index 434338a70..97f3685f5 100644 --- a/dist/jquery.gridster.js +++ b/dist/jquery.gridster.js @@ -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));