Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

Strict mode bug #12

Open gilbitron opened 10 years ago

gilbitron commented 10 years ago

6.2.1.js Line 2528-2531:

FN._unbind_buttons = function() {
var ns1 = cf_e('', conf),
ns2 = cf_e('', conf, false); // ; should be a ,
ns3 = cf_e('', conf, false, true, true);
allcaps commented 9 years ago

Same bug at 478-480.

oliverklee commented 8 years ago

Does #37 solve this issue?