浏览代码

Fix a typo in javascripts/lib/util.coffee

Felix Yan 8 年之前
父节点
当前提交
b55a2946e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/javascripts/lib/util.coffee

+ 1 - 1
assets/javascripts/lib/util.coffee

@@ -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