Commit e173bc67 authored by techird's avatar techird

修复文本换行界定不准的问题

parent cf85bc96
KityMinder.registerProtocal('plain', function() {
var LINE_ENDING = '\n',
var LINE_ENDING = /\r\n|\r|\n/,
TAB_CHAR = '\t';
function repeat(s, n) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment