From b55a2946e94c4d6ceeeb8c18a4e739152ab38e27 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 22 Oct 2017 00:17:12 +0800 Subject: [PATCH] Fix a typo in javascripts/lib/util.coffee --- assets/javascripts/lib/util.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/lib/util.coffee b/assets/javascripts/lib/util.coffee index 59e2a1a1..058106fd 100644 --- a/assets/javascripts/lib/util.coffee +++ b/assets/javascripts/lib/util.coffee @@ -124,7 +124,7 @@ $.empty = (el) -> return # Calls the function while the element is off the DOM to avoid triggering -# unecessary reflows and repaints. +# unnecessary reflows and repaints. $.batchUpdate = (el, fn) -> parent = el.parentNode sibling = el.nextSibling