Eded.Wang

Results 1 issues of Eded.Wang

```javascript $that.timer({ duration: "10s", format: "%ss", countdown: true, callback: function() { console.log('Time up!'); } }); ```