Skip to content

Commit

Permalink
Merge pull request #2 from s0ber/feature/configuration_bug_fix
Browse files Browse the repository at this point in the history
Fix to configurations
  • Loading branch information
s0ber committed Apr 20, 2014
2 parents 20cddb1 + 6078494 commit befe0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtree.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Vtree
_.extend(@config(), options)

@config: ->
@_config = new Configuration
@_config ?= new Configuration

@hooks: ->
return @_hooks if @_hooks?
Expand Down

0 comments on commit befe0c6

Please sign in to comment.