carouFredSel-jQuery icon indicating copy to clipboard operation
carouFredSel-jQuery copied to clipboard

Strict mode bug

Open gilbitron opened this issue 11 years ago • 2 comments

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);

gilbitron avatar Apr 18 '14 08:04 gilbitron

Same bug at 478-480.

allcaps avatar Aug 04 '15 14:08 allcaps

Does #37 solve this issue?

oliverklee avatar Jul 06 '16 14:07 oliverklee