mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +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];
|
return [lineNum, col];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
editorInfo.ace_getLineAndCharForPoint = getLineAndCharForPoint;
|
||||||
|
|
||||||
function createDomLineEntry(lineString)
|
function createDomLineEntry(lineString)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue