Commit 5d30a20c authored by Aaron Tidwell's avatar Aaron Tidwell

semantics

parent 44b36728
......@@ -17,7 +17,7 @@ exports.createClient = function createClient(options) {
// require each lib in ./api and instantiate a new instance of each object, passing the options we were passed
parts.forEach(function generate(k) {
var endpoint = k.toLowerCase();
client[endpoint] = new exports[k](options);
client[endpoint] = new exports[k](options); // store for the user to reference via instance.resource
});
return client;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment