postAceInit passes ace instance

pull/614/head
Matthias Bartelmeß 2012-04-07 01:06:29 +02:00
parent 0340c87996
commit 38276e636c
1 changed files with 1 additions and 1 deletions

View File

@ -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()