Properly inheritance on config service.
parent
f6cd65998c
commit
210b0db1bb
|
@ -19,7 +19,9 @@
|
|||
# File: config.coffee
|
||||
###
|
||||
|
||||
class ConfigService
|
||||
taiga = @.taiga
|
||||
|
||||
class ConfigService extends taiga.Service
|
||||
defaults: {
|
||||
host: "localhost:8000"
|
||||
scheme: "http"
|
||||
|
|
Loading…
Reference in New Issue