(_hyperscript)
| 553 | this._hyperscript.process(shadow.querySelector(".hdb")); |
| 554 | }; |
| 555 | function hdbPlugin(_hyperscript) { |
| 556 | _hyperscript.addCommand(BreakpointCommand.keyword, BreakpointCommand.parse.bind(BreakpointCommand)); |
| 557 | } |
| 558 | if (typeof self !== "undefined" && self._hyperscript) { |
| 559 | self._hyperscript.use(hdbPlugin); |
| 560 | } |
nothing calls this directly
no test coverage detected