Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TypeError and custom settings #38

Open
ghost opened this issue Sep 22, 2015 · 0 comments
Open

TypeError and custom settings #38

ghost opened this issue Sep 22, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 22, 2015

Hi,

The countdown is not using all my settings:

$jq(".digits").countdown({
            image: "images/digits_small.png",
            digitWidth: 34,
            digitHeight: 45,
                format: "dd:hh:mm:ss",
            endTime: new Date(2016,3,20)
        });

its using the "image" and "digitWidth/height" but doesnt use the "format" and "endTime", it gets it from the default settings and uses the startTime so it starts from the same time on a refresh.

also i get the error:

TypeError: digits[elem]._max is not a function
makeMovement(elem, digits[elem]._max(elem, isStart), true);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants