Skip to content

Commit

Permalink
chore: remove useless sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Jan 4, 2017
1 parent fef7073 commit 1d80cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nyanCat.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ NyanCat.prototype.reset = function() {
NyanCat.prototype.draw = function(appendOnly){
this.drawUtil.appendRainbow(this.rainbowifier);
if (!appendOnly) {
this.drawUtil.drawScoreboard(this.stats && this.stats);
this.drawUtil.drawScoreboard(this.stats);
this.drawUtil.drawRainbow();
this.drawUtil.drawNyanCat(this.stats);
}
Expand Down

0 comments on commit 1d80cfc

Please sign in to comment.