summaryrefslogtreecommitdiff
path: root/src/static/js/ace2_inner.js
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-12-18 22:13:03 +0000
committerJohn McLear <john@mclear.co.uk>2013-12-18 22:13:03 +0000
commit333d2f119b4c19777f3b709f0548b25c03e2ba56 (patch)
tree90348f5e81d7d5156705f494d336e403552fefd9 /src/static/js/ace2_inner.js
parent1c2f05cb96be022366504e44e5a0fd2845f1f07a (diff)
downloadetherpad-lite-333d2f119b4c19777f3b709f0548b25c03e2ba56.zip
expose update browser selection function
Diffstat (limited to 'src/static/js/ace2_inner.js')
-rw-r--r--src/static/js/ace2_inner.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js
index 0866f682..6c4d9b4f 100644
--- a/src/static/js/ace2_inner.js
+++ b/src/static/js/ace2_inner.js
@@ -3954,6 +3954,7 @@ function Ace2Inner(){
selection.focusAtStart = !! rep.selFocusAtStart;
setSelection(selection);
}
+ editorInfo.ace_updateBrowserSelectionFromRep = updateBrowserSelectionFromRep;
function nodeMaxIndex(nd)
{