mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
postAceInit passes ace instance
This commit is contained in:
parent
0340c87996
commit
38276e636c
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ var pad = {
|
||||||
if(padcookie.getPref("showAuthorshipColors") == false){
|
if(padcookie.getPref("showAuthorshipColors") == false){
|
||||||
pad.changeViewOption('showAuthorColors', false);
|
pad.changeViewOption('showAuthorColors', false);
|
||||||
}
|
}
|
||||||
hooks.aCallAll("postAceInit");
|
hooks.aCallAll("postAceInit", {ace: padeditor.ace});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dispose: function()
|
dispose: function()
|
||||||
|
|
Loading…
Reference in a new issue