mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +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...
|
layout after the window has stopped being resized...
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
var lazyLayout _.debounce(calculateLayout, 300);
|
var lazyLayout = _.debounce(calculateLayout, 300);
|
||||||
$(window).resize(lazyLayout);
|
$(window).resize(lazyLayout);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user