Since there are things like:
trace_new=t.get_syntax_trace(changes.newTextLine).replace(/\\r/g,'');
in EditArea, the get_syntax_trace() function needs always to return a string.
Add “else return text” to get_syntax_trace(), recompress Javascript.
Log in to post a comment.
Add “else return text” to get_syntax_trace(), recompress Javascript.