Skip to content

Commit

Permalink
Fix now pickier standard issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 24, 2018
1 parent 78bed21 commit ee70659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Gauge.prototype.show = function (section, completed) {

Gauge.prototype.pulse = function (subsection) {
this._status.subsection = subsection || ''
this._status.spun ++
this._status.spun++
if (this._disabled) return
if (!this._showing) return
this._requestRedraw()
Expand Down

0 comments on commit ee70659

Please sign in to comment.