[jquery.cycle] Can't used dotted property for string index signatures in 2.1.

This commit is contained in:
Leonard Thieu
2017-06-01 16:28:28 -04:00
parent d356d630ba
commit 8d18ea7d87

View File

@@ -259,7 +259,7 @@ $('#s6').cycle({
}
});
$.fn.cycle.transitions.pinch = function ($cont, $slides, opts) {
$.fn.cycle.transitions['pinch'] = function ($cont, $slides, opts) {
var $el = $($slides[0]);
var w = $el.width();
var h = $el.height();