Fix a typo in javascripts/lib/util.coffee

pull/699/merge
Felix Yan 7 years ago committed by Thibaut Courouble
parent 8a41604685
commit b55a2946e9

@ -124,7 +124,7 @@ $.empty = (el) ->
return return
# Calls the function while the element is off the DOM to avoid triggering # Calls the function while the element is off the DOM to avoid triggering
# unecessary reflows and repaints. # unnecessary reflows and repaints.
$.batchUpdate = (el, fn) -> $.batchUpdate = (el, fn) ->
parent = el.parentNode parent = el.parentNode
sibling = el.nextSibling sibling = el.nextSibling

Loading…
Cancel
Save