From 827091e522a61fb1beb915271e6b6daeb51b5b32 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 13 Sep 2012 02:10:23 -0700 Subject: [PATCH] Remove "lazy" bind from README.md until next version bump. Former-commit-id: f132182f32670aa7df7ac418f58db0a1fb0f8547 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cd0b26894..321e39c32 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ For more information check out these screencasts over Lo-Dash: ## Features * AMD loader support ([RequireJS](http://requirejs.org/), [curl.js](https://github.com/cujojs/curl), etc.) - * [_.bind](http://lodash.com/docs#bind) supports *“lazy”* binding * [_.clone](http://lodash.com/docs#clone) supports *“deep”* cloning * [_.countBy](http://lodash.com/docs#countBy) as a companion function for [_.groupBy](http://lodash.com/docs#groupBy) and [_.sortBy](http://lodash.com/docs#sortBy) * [_.debounce](http://lodash.com/docs#debounce)’ed functions match [_.throttle](http://lodash.com/docs#throttle)’ed functions’ return value behavior