From f0a542b1545a9a4792982bd21ffc9e3488f43069 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 28 Feb 2014 19:45:54 -0800 Subject: [PATCH] Add to lodash chaining doc note. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 8468d5c7e..7a3444ab0 100644 --- a/lodash.js +++ b/lodash.js @@ -626,7 +626,7 @@ * implicitly or explicitly included in the build. * * The chainable wrapper functions are: - * `after`, `assign`, `bind`, `bindAll`, `bindKey`, `chain`, `compact`, + * `after`, `assign`, `at`, `bind`, `bindAll`, `bindKey`, `chain`, `compact`, * `compose`, `concat`, `constant`, `countBy`, `create`, `createCallback`, * `curry`, `debounce`, `defaults`, `defer`, `delay`, `difference`, `filter`, * `flatten`, `forEach`, `forEachRight`, `forIn`, `forInRight`, `forOwn`,