timer-countdown
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -91,3 +91,3 @@ "use strict"; | ||
if (is_mounted) { | ||
console.log(thi.state); | ||
console.log(this.state); | ||
this.setState({ | ||
@@ -94,0 +94,0 @@ timeoutId: countdownComplete? null : setInterval(this.startTimer, timeout), |
{ | ||
"name": "timer-countdown", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A well designed ReactJs component for timer-counter", | ||
@@ -5,0 +5,0 @@ "main": "lib/CountdownTimer.js", |
9632