Codeinwp / carouFredSel-jQuery

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

Undefined variables due to comma error #34

Open thomasduenser opened 9 years ago

thomasduenser commented 9 years ago

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);
Quehnie commented 4 years ago

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

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

PS: Use slick slider next time.