added map and forEach which were accidentally removed

This commit is contained in:
Matthias Bartelmeß 2012-03-14 10:45:02 +01:00
parent 1cf3ffef4a
commit 3ef7e82045
1 changed files with 2 additions and 0 deletions

View File

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