임시용 문자를 A에서 |로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7970 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-09 13:40:43 +00:00
parent da205a8d31
commit 3ec0b40b01

View file

@ -1436,7 +1436,7 @@ LineBreak = xe.createPlugin('LineBreak', {
// <br> timer
if (!this._in_br) {
$br.after( $a = $('<a>A</a>') );
$br.after( $a = $('<a>|</a>') );
this._scrollIntoView($a[0]);
$a.remove();