Skip to content

Commit

Permalink
Lint nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jul 7, 2015
1 parent 5381dc2 commit f13f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ exports["Board"] = {
test.equal(event.message, "message");
});

this.on("message", function(event) {
this.on("message", function() {
test.ok(true);
});

Expand Down

0 comments on commit f13f78f

Please sign in to comment.