From 9782cb400f936d0f4a3077538a8fcae8db8e667f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 27 Jan 2018 09:53:33 -0800 Subject: [PATCH] update comment --- routes/_components/virtualList/VirtualListItem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_components/virtualList/VirtualListItem.html b/routes/_components/virtualList/VirtualListItem.html index 45239b40..ed40f1d0 100644 --- a/routes/_components/virtualList/VirtualListItem.html +++ b/routes/_components/virtualList/VirtualListItem.html @@ -38,7 +38,7 @@ let key = this.get('key') asyncLayout.observe(key, this.refs.node, (rect) => { asyncLayout.disconnect() - // update all item heights in one microtask batch for better perf + // update all item heights in one batch for better perf this.store.batchUpdate('itemHeights', key, rect.height) }) }