Method: IsoDoc::WordFunction::Comments#move_comment_link_to_from1

Defined in:
lib/isodoc/word_function/comments.rb


78
79
80
81
82
83
# File 'lib/isodoc/word_function/comments.rb', line 78

def move_comment_link_to_from1(x, fromlink)
  x.remove
  link = x.at(".//a")
  fromlink.replace(x)
  link.children = fromlink
end