Properly inheritance on config service.
parent
f6cd65998c
commit
210b0db1bb
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue