Bump to v3.8.0.

This commit is contained in:
jdalton
2015-04-19 09:18:54 -07:00
parent 863bb301bb
commit 53c14e5b9b
58 changed files with 538 additions and 405 deletions

View File

@@ -25,7 +25,7 @@ var invokePath = require('../internal/invokePath'),
var method = restParam(function(path, args) {
return function(object) {
return invokePath(object, path, args);
}
};
});
module.exports = method;