diff options
author | Egil Moeller <egil.moller@freecode.no> | 2012-03-27 22:24:16 +0200 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2012-03-27 22:24:16 +0200 |
commit | 8402cb118a1b035ef913207702d47574754c8ecc (patch) | |
tree | 2fce2ff775dd6662df805c2539c431dbd867a256 /src/static/js | |
parent | c65216a09f0d667abd0d867369a7c2139fc85dc6 (diff) | |
download | etherpad-lite-8402cb118a1b035ef913207702d47574754c8ecc.zip |
One more exposed ace function
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/ace2_inner.js | 1 |
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) { |