Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit ee70659

Browse files
committedMay 24, 2018
Fix now pickier standard issue
1 parent 78bed21 commit ee70659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Gauge.prototype.show = function (section, completed) {
188188

189189
Gauge.prototype.pulse = function (subsection) {
190190
this._status.subsection = subsection || ''
191-
this._status.spun ++
191+
this._status.spun++
192192
if (this._disabled) return
193193
if (!this._showing) return
194194
this._requestRedraw()

0 commit comments

Comments
 (0)
This repository has been archived.