Skip to content

Commit 243bef4

Browse files
committed
carousel elastic resize fix
1 parent 64627b2 commit 243bef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tc.carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ typecode-js v 0.1
264264
},
265265
elasticResize: NI.fn.debounce(function(e) {
266266
syncElasticPanels();
267-
e.data.instance.syncCurrentAnimation();
267+
me.syncCurrentAnimation();
268268
}, 100)
269269
};
270270

0 commit comments

Comments
 (0)