diff --git a/lib/gconf.js b/lib/gconf.js index fb8ae3b..c9ec797 100644 --- a/lib/gconf.js +++ b/lib/gconf.js @@ -57,7 +57,7 @@ class GConf{ get default(){ return{ - get: this.request.bind(this, this.default_domain), + get: this.get.bind(this, this.default_domain), request: this.request.bind(this, this.default_domain), requestMany: this.requestMany.bind(this, this.default_domain) }; diff --git a/package.json b/package.json index d50f150..175f410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gconf", - "version": "0.4.6", + "version": "0.4.7", "description": "Global and dynamic config provider", "main": "index.js", "scripts": {