(href, classes, children, options)
| 5641 | |
| 5642 | |
| 5643 | var buildCommon_makeAnchor = function makeAnchor(href, classes, children, options) { |
| 5644 | var anchor = new domTree_Anchor(href, classes, children, options); |
| 5645 | sizeElementFromChildren(anchor); |
| 5646 | return anchor; |
| 5647 | }; |
| 5648 | /** |
| 5649 | * Makes a document fragment with the given list of children. |
| 5650 | */ |
nothing calls this directly
no test coverage detected