mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
[jquery.cycle] Can't used dotted property for string index signatures in 2.1.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user