Closed multiformeingegno closed 11 years ago
Search for "base.gotoPage(indx);", shouldn't it be "base.gotoPage(index);"?
Hiya @multi
It is indx. Look here to see where it is defined.
indx
indx = base.$items.index(panel) + base.adj; // index can be -1 in nested sliders - issue #208
Oh, ok! Sorry!! :)
Search for "base.gotoPage(indx);", shouldn't it be "base.gotoPage(index);"?