Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Mar 6, 2016
1 parent 17389f3 commit 7c1b58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ $.extend( Fibre.fn, {
TYPESET.char.biaodian.all,
getFuncOrElmt( option.biaodian )
||
function( _, match ) { return createBdChar( match[0] ) }
function( portion ) { return createBdChar( portion.text ) }
).replace(
TYPESET.char.biaodian.liga,
getFuncOrElmt( option.biaodian )
||
function( _, match ) { return createBdChar( match[0] ) }
function( portion ) { return createBdChar( portion.text ) }
)
}
if ( option.hanzi || option.cjk ) {
Expand Down

0 comments on commit 7c1b58d

Please sign in to comment.