expose update browser selection function

pull/2045/head
John McLear 2013-12-18 22:13:03 +00:00
parent 1c2f05cb96
commit 333d2f119b
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)
{