diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index c2de6ad..86b6289 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -230,6 +230,7 @@ var offsetAt = function(A, B, i){ // o = offsetMap(m, t) // // this should reproduce common sections... // console.log('---', o.map(function(e, i){ return m[i+e] }).join('')) +// XXX can we cheat here??? var offsetMap = function(A, B, m=[]){ var o = 0 var p = 0