Procházet zdrojové kódy

Fix a typo in javascripts/lib/util.coffee

Felix Yan před 8 roky
rodič
revize
b55a2946e9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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