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

Undefined variables due to comma error

Open thomasduenser opened this issue 10 years ago • 1 comments

There are two comma errors - always the second line. Should be , at the end of the line instead of ;

var ns1 = cf_e('', conf),
      ns2 = cf_e('', conf, false);
      ns3 = cf_e('', conf, false, true, true);
var dur1 = opts.auto.timeoutDuration + del;
      dur2 = dur1 - tmrs.timePassed;
      perc = 100 - Math.ceil(dur2 * 100 / dur1);

thomasduenser avatar Jun 16 '15 13:06 thomasduenser

Made a fork, removed the packaged version still hope it helps.

https://github.com/Quehnie/jquery-carouFredSel

PS: Use slick slider next time.

Quehnie avatar Feb 20 '20 15:02 Quehnie