Merge pull request #2823 from storytouch/develop

Add callstack to aceSelectionChanged context
pull/2827/head
Luiza Pagliari 2015-10-30 12:18:32 -02:00
commit ba1f9c24d0
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,
});