Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gridster): leaking options with multiple Gridster instances
`defaults` was being overwritten. See [jQuery documentation](http://api.jquery.com/jQuery.extend/): > Keep in mind that the target object (first argument) will be modified, and will also be returned from $.extend().
- Loading branch information