Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oanguenot committed Jan 10, 2018
1 parent 5b3ac14 commit df56108
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 @@ -61,7 +61,7 @@ class RainbowAgent {
disable() {
this._isEnabled = false;
this.logger.log("warn", LOG_ID + "disable() - Mode is disabled");
this._works.reset();
this.works.reset();
}

get state() {
Expand Down

0 comments on commit df56108

Please sign in to comment.