summaryrefslogtreecommitdiff
path: root/src/static/js
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2012-03-27 22:24:16 +0200
committerEgil Moeller <egil.moller@freecode.no>2012-03-27 22:24:16 +0200
commit8402cb118a1b035ef913207702d47574754c8ecc (patch)
tree2fce2ff775dd6662df805c2539c431dbd867a256 /src/static/js
parentc65216a09f0d667abd0d867369a7c2139fc85dc6 (diff)
downloadetherpad-lite-8402cb118a1b035ef913207702d47574754c8ecc.zip
One more exposed ace function
Diffstat (limited to 'src/static/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 65a398b5..e9a4cea2 100644
--- a/src/static/js/ace2_inner.js
+++ b/src/static/js/ace2_inner.js
@@ -2048,6 +2048,7 @@ function Ace2Inner(){
return [lineNum, col];
}
}
+ editorInfo.ace_getLineAndCharForPoint = getLineAndCharForPoint;
function createDomLineEntry(lineString)
{