Loading lib/jsduck/inline/link.rb +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ module JsDuck # replacement. def replace(input) if input.check(@re) input.scan(@re).sub(@re) { apply_tpl($1, $2, $0) } input.scan(@re).sub(@re) { apply_tpl($1, $2, $&) } else false end Loading Loading
lib/jsduck/inline/link.rb +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ module JsDuck # replacement. def replace(input) if input.check(@re) input.scan(@re).sub(@re) { apply_tpl($1, $2, $0) } input.scan(@re).sub(@re) { apply_tpl($1, $2, $&) } else false end Loading