addLink could take aNode, making it consistent with addSeparator
All the calls to addLink wrap it in node.appendChild. This could be included in addLink, avoiding the duplication, and also making it consistent with addSeparator. I can send a patch if desired.
addLink could take aNode, making it consistent with addSeparator
All the calls to addLink wrap it in node.appendChild. This could be included in addLink, avoiding the duplication, and also making it consistent with addSeparator. I can send a patch if desired.