Skip to content

Commit e0eaf30

Browse files
authored
Merge pull request #77 from dtex/thermometer
Thermometer
2 parents 6407053 + c2e4a78 commit e0eaf30

24 files changed

Lines changed: 15822 additions & 5450 deletions

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "idiomatic",
33
"rules": {
4+
"no-console": ["error"],
5+
"lines-between-class-members": ["error", "always"],
46
"quotes": ["warn","double"],
57
"space-in-parens": ["warn","never"],
68
"array-bracket-spacing": ["warn","never"],

docs/animation_index.js.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ <h1><span class="name">animation/index.js</span></h1>
706706
});
707707
}, animation.rate);
708708
}
709+
709710
stop() {
710711
if (this.interval) {
711712
timer.clearInterval(this.interval);

0 commit comments

Comments
 (0)