Merge pull request #2045 from ether/exposeUpdateBrowserSel

expose update browser selection function
This commit is contained in:
John McLear 2013-12-18 14:13:50 -08:00
commit b5ca52a5e5

View file

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