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);