Merge pull request #2045 from ether/exposeUpdateBrowserSel

expose update browser selection function
feature/npm-worker
John McLear 2013-12-18 14:13:50 -08:00
commit b5ca52a5e5
1 changed files with 1 additions and 0 deletions

View File

@ -3954,6 +3954,7 @@ function Ace2Inner(){
selection.focusAtStart = !! rep.selFocusAtStart;
setSelection(selection);
}
editorInfo.ace_updateBrowserSelectionFromRep = updateBrowserSelectionFromRep;
function nodeMaxIndex(nd)
{