Forráskód Böngészése

Fix a typo in javascripts/lib/util.coffee

Felix Yan 8 éve
szülő
commit
b55a2946e9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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