From 4f1a72da5172d3aa3e5dbebbf42e9cca48ed4e5b Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 14 Jan 2010 09:39:58 -0500 Subject: [PATCH] update docs to mention native 'reduce' -- but it's JS 1.8, not 1.6 --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 34378d703..6f100537e 100644 --- a/index.html +++ b/index.html @@ -87,11 +87,9 @@ functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in - functions, if present, so - JavaScript 1.6 - compliant browsers will use the - native implementations of forEach, map, filter, - every, some and indexOf. + functions, if present, so modern browsers will use the + native implementations of forEach, map, reduce, + filter, every, some and indexOf.