From a890afec1876423175e8cf08f5abe5de51d2391a Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Mon, 20 Dec 2010 17:06:24 -0500
Subject: [PATCH] Issue #83 ... typo.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 9be2ba75d..01d33d077 100644
--- a/index.html
+++ b/index.html
@@ -734,7 +734,7 @@ $(window).scroll(throttled);
layout after the window has stopped being resized...
-var lazyLayout _.debounce(calculateLayout, 300);
+var lazyLayout = _.debounce(calculateLayout, 300);
$(window).resize(lazyLayout);