You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Hello,
First, thanks for the great work on this plugin! Well done.
I just wanted to point out a syntax error on a piece of demo code at npmjs.com so others won't copy/paste and then have an error..
The example code is:
$('.counter').counterUp({
delay: 10,
time: 1000,
offset: 70,
beginAt: 100,
formatter: function (n) {
return n.replace(/,/g, '.');
}); <!-- this has an extra parenthesis and semi-colon
});
Hello,
First, thanks for the great work on this plugin! Well done.
I just wanted to point out a syntax error on a piece of demo code at npmjs.com so others won't copy/paste and then have an error..
The example code is:
But, it should be:
Hope this helps someone starting out and trying out this great plugin.
Again, really great work and much appreciate !
The text was updated successfully, but these errors were encountered: