From 86e6dd58c2817b40a1249e452cc915f3375e79a5 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 18 Nov 2009 16:11:35 -0500 Subject: [PATCH] code-ify stopIteration in the docs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f0bc7a335..ff1a6dc9e 100644 --- a/index.html +++ b/index.html @@ -920,7 +920,7 @@ _([1, 2, 3]).value();

0.4.3
- Started using the native StopIteration object in browsers that support it. + Started using the native StopIteration object in browsers that support it. Fixed Underscore setup for CommonJS environments.