This commit is contained in:
André Cruz
2013-05-26 13:17:54 +01:00
parent f1717f8319
commit 4ac052c10b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ var name;
function RegistryClient(config) {
config = config || {};
this._config = config;
// Parse config
// Registry
@@ -51,8 +52,7 @@ function RegistryClient(config) {
// Strict ssl
config.strictSsl = config.strictSsl == null ? true : !!config.strictSsl;
// Store config and init the cache
this._config = config;
// Init the cache
this._initCache();
}

View File

@@ -1,4 +1,4 @@
return {
module.exports = {
info: require('./info'),
lookup: require('./lookup'),
register: require('./register'),