Skip to content

Commit

Permalink
Initialized the prefs object in the Team class. Fixes #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharmes committed Feb 9, 2015
1 parent 9b45412 commit 7e7dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/team.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Team
constructor: (@_client, @id, @name, @domain) ->

@prefs = {}
module.exports = Team

0 comments on commit 7e7dac7

Please sign in to comment.