(classes, children, options, style)
| 5616 | |
| 5617 | |
| 5618 | var buildCommon_makeSpan = function makeSpan(classes, children, options, style) { |
| 5619 | var span = new domTree_Span(classes, children, options, style); |
| 5620 | sizeElementFromChildren(span); |
| 5621 | return span; |
| 5622 | }; // SVG one is simpler -- doesn't require height, depth, max-font setting. |
| 5623 | // This is also a separate method for typesafety. |
| 5624 | |
| 5625 |
no test coverage detected