Skip to content

Commit

Permalink
Fluent interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Apr 3, 2016
1 parent bf3be27 commit 3eb2123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Container.prototype.use = function(ns, fn) {
var hc = new HostingContainer(this, ns);
fn.used(hc);
}
return this;
}

/**
Expand Down

0 comments on commit 3eb2123

Please sign in to comment.