Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Undefined variables due to comma error #34

Open
thomasduenser opened this issue Jun 16, 2015 · 1 comment
Open

Undefined variables due to comma error #34

thomasduenser opened this issue Jun 16, 2015 · 1 comment

Comments

@thomasduenser
Copy link

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 thomasduenser changed the title variable ns3 is undefined due to comma error Undefined variables due to comma error Jun 23, 2015
@Quehnie
Copy link

Quehnie commented Feb 20, 2020

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

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

PS: Use slick slider next time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants