(container, _ref2)
| 9068 | } |
| 9069 | |
| 9070 | function hideSiblings(container, _ref2) { |
| 9071 | var root = _ref2.root, |
| 9072 | backdrop = _ref2.backdrop; |
| 9073 | siblings(container, [root, backdrop], function (node) { |
| 9074 | return ariaHidden(true, node); |
| 9075 | }); |
| 9076 | } |
| 9077 | |
| 9078 | function showSiblings(container, _ref3) { |
| 9079 | var root = _ref3.root, |
nothing calls this directly
no test coverage detected
searching dependent graphs…