mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
One more exposed ace function
This commit is contained in:
parent
c65216a09f
commit
8402cb118a
1 changed files with 1 additions and 0 deletions
|
@ -2048,6 +2048,7 @@ function Ace2Inner(){
|
|||
return [lineNum, col];
|
||||
}
|
||||
}
|
||||
editorInfo.ace_getLineAndCharForPoint = getLineAndCharForPoint;
|
||||
|
||||
function createDomLineEntry(lineString)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue