(options)
| 3021 | } |
| 3022 | |
| 3023 | function table(options) { |
| 3024 | return new Matcher("table", options); |
| 3025 | } |
| 3026 | |
| 3027 | function Matcher(elementType, options) { |
| 3028 | options = options || {}; |
nothing calls this directly
no outgoing calls
no test coverage detected