Comparing version 0.41.0 to 0.42.0
{ | ||
"name": "garden", | ||
"version": "0.41.0", | ||
"version": "0.42.0", | ||
"description": "A styleguide based on Leroy Merlin needs", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/garden.min.js", |
@@ -7,2 +7,7 @@ /** | ||
const DEFAULTS = { | ||
duration: 500, | ||
offset: -30 | ||
} | ||
/** | ||
@@ -16,4 +21,4 @@ * Default scroll method | ||
el instanceof $ ? el[0] : el, | ||
options | ||
$.extend({}, DEFAULTS, options) | ||
) | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
451906
5607