diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 9e20466e..fa17e790 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -114,7 +114,7 @@ * @constructor */ function Gridster(el, options) { - this.options = $.extend(true, defaults, options); + this.options = $.extend(true, {}, defaults, options); this.$el = $(el); this.$wrapper = this.$el.parent(); this.$widgets = this.$el.children(