mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
expose ace document, reqjired for various plugins
This commit is contained in:
parent
34e3e2f432
commit
6b55d13370
1 changed files with 5 additions and 0 deletions
|
@ -1013,6 +1013,11 @@ function Ace2Inner(){
|
|||
return caughtErrors.slice();
|
||||
};
|
||||
|
||||
editorInfo.ace_getDocument = function()
|
||||
{
|
||||
return doc;
|
||||
};
|
||||
|
||||
editorInfo.ace_getDebugProperty = function(prop)
|
||||
{
|
||||
if (prop == "debugger")
|
||||
|
|
Loading…
Reference in a new issue