Explorar o código

Fix a typo in javascripts/lib/util.coffee

Felix Yan %!s(int64=8) %!d(string=hai) anos
pai
achega
b55a2946e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assets/javascripts/lib/util.coffee

+ 1 - 1
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