mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
Merge pull request #1671 from ether/ace_document_expose
expose ace document, reqjired for various plugins
This commit is contained in:
commit
8b7db49f9c
@ -1013,6 +1013,11 @@ function Ace2Inner(){
|
||||
return caughtErrors.slice();
|
||||
};
|
||||
|
||||
editorInfo.ace_getDocument = function()
|
||||
{
|
||||
return doc;
|
||||
};
|
||||
|
||||
editorInfo.ace_getDebugProperty = function(prop)
|
||||
{
|
||||
if (prop == "debugger")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user