mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Issue #83 ... typo.
This commit is contained in:
@@ -734,7 +734,7 @@ $(window).scroll(throttled);
|
||||
layout after the window has stopped being resized...
|
||||
</p>
|
||||
<pre>
|
||||
var lazyLayout _.debounce(calculateLayout, 300);
|
||||
var lazyLayout = _.debounce(calculateLayout, 300);
|
||||
$(window).resize(lazyLayout);
|
||||
</pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user