Add callstack to aceSelectionChanged context

This commit is contained in:
Luiza Pagliari 2015-10-30 12:13:43 -02:00
parent 6c68396ed5
commit 478f5788e3
1 changed files with 1 additions and 0 deletions

View File

@ -2903,6 +2903,7 @@ function Ace2Inner(){
hooks.callAll('aceSelectionChanged', {
rep: rep,
callstack: currentCallStack,
documentAttributeManager: documentAttributeManager,
});