We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5d604b + a2c5488 commit 84906f3Copy full SHA for 84906f3
index.js
@@ -3,7 +3,7 @@
3
/**
4
* @module AbstractSlickCarousel
5
* @author OlegDutchenko <dutchenko.o.dev@gmail.com>
6
- * @version 3.0.0
+ * @version 3.0.1
7
*/
8
9
// ----------------------------------------
@@ -174,7 +174,7 @@ export class AbstractSlickCarousel extends WebPluginInterface {
174
175
destroy () {
176
if (this.isInitialized) {
177
- this.$list.unslick();
+ this.$list.slick('unslick');
178
this.isInitialized = false;
179
}
180
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-plugin-abstract-slick-carousel",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
0 commit comments