Commit 07c7109
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().1 parent ff51187 commit 07c7109
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments