Skip to content

Commit 4378f43

Browse files
committed
added refresh to slick
1 parent cd24779 commit 4378f43

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

dist/breinify-slick.js

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@
185185

186186
apply: function ($el, slickConfig) {
187187
_private.apply($el, slickConfig);
188+
},
189+
190+
refresh: function ($el) {
191+
_private.refresh($el);
188192
}
189193
};
190194

dist/breinify-slick.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/Slick.js

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@
185185

186186
apply: function ($el, slickConfig) {
187187
_private.apply($el, slickConfig);
188+
},
189+
190+
refresh: function ($el) {
191+
_private.refresh($el);
188192
}
189193
};
190194

0 commit comments

Comments
 (0)