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