postAceInit passes ace instance
parent
0340c87996
commit
38276e636c
|
@ -534,7 +534,7 @@ var pad = {
|
|||
if(padcookie.getPref("showAuthorshipColors") == false){
|
||||
pad.changeViewOption('showAuthorColors', false);
|
||||
}
|
||||
hooks.aCallAll("postAceInit");
|
||||
hooks.aCallAll("postAceInit", {ace: padeditor.ace});
|
||||
}
|
||||
},
|
||||
dispose: function()
|
||||
|
|
Loading…
Reference in New Issue