remove post ace event

This commit is contained in:
John McLear 2013-12-01 18:55:42 +00:00
parent 3791ad4186
commit 39f81fdb9e

View file

@ -499,14 +499,6 @@ function Ace2Inner(){
{
var cs = currentCallStack;
hooks.callAll('acePostEditEvent', {
callstack: cs,
editorInfo: editorInfo,
rep: rep,
documentAttributeManager: documentAttributeManager
});
//console.log("Finished action for: "+type);
if (cleanExit)
{