Bump to v3.8.0.

This commit is contained in:
John-David Dalton
2015-12-16 17:50:05 -08:00
parent fec213a98c
commit 26837e7fe2
58 changed files with 531 additions and 385 deletions

View File

@@ -24,7 +24,7 @@ define(['../internal/invokePath', '../function/restParam'], function(invokePath,
var method = restParam(function(path, args) {
return function(object) {
return invokePath(object, path, args);
}
};
});
return method;