Properly inheritance on config service.

stable
Andrey Antukh 2014-06-21 11:48:38 +02:00
parent f6cd65998c
commit 210b0db1bb
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
# File: config.coffee # File: config.coffee
### ###
class ConfigService taiga = @.taiga
class ConfigService extends taiga.Service
defaults: { defaults: {
host: "localhost:8000" host: "localhost:8000"
scheme: "http" scheme: "http"