mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
added map and forEach which were accidentally removed
This commit is contained in:
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…
x
Reference in New Issue
Block a user