From 034600d82e44c599c9efb28717650d84a32b39e4 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 3 Mar 2015 22:28:49 -0800 Subject: [PATCH] update gridstack.js --- gridstack.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gridstack.js b/gridstack.js index 7a95818..dc3624b 100644 --- a/gridstack.js +++ b/gridstack.js @@ -465,7 +465,7 @@ else if (typeof this._styles.deleteRule === 'function') f = this._styles.deleteRule; while (this._styles.rules.length) { - f(0); + f.call(this._styles, 0); } this._update_container_height(); } @@ -578,8 +578,6 @@ self._update_container_height(); } })).resizable(_.extend(this.opts.resizable, { - minHeight: this.opts.cell_height - 10, - start: on_start_moving, stop: on_end_moving, resize: function (event, ui) {