added map and forEach which were accidentally removed
parent
1cf3ffef4a
commit
3ef7e82045
|
@ -34,6 +34,8 @@ var isNodeText = Ace2Common.isNodeText,
|
|||
getAssoc = Ace2Common.getAssoc,
|
||||
setAssoc = Ace2Common.setAssoc,
|
||||
isTextNode = Ace2Common.isTextNode,
|
||||
forEach = Ace2Common.forEach,
|
||||
map = Ace2Common.map,
|
||||
binarySearchInfinite = Ace2Common.binarySearchInfinite,
|
||||
htmlPrettyEscape = Ace2Common.htmlPrettyEscape,
|
||||
noop = Ace2Common.noop;
|
||||
|
|
Loading…
Reference in New Issue