(html)
| 9907 | } |
| 9908 | var stamped = false; |
| 9909 | function stamp(html) { |
| 9910 | if (!stamped) { |
| 9911 | wrapper.innerHTML = html; |
| 9912 | runtime.processNode(wrapper); |
| 9913 | stamped = true; |
| 9914 | } else { |
| 9915 | runtime.morph(wrapper, html); |
| 9916 | } |
| 9917 | } |
| 9918 | function render() { |
| 9919 | var ctx = runtime.makeContext(wrapper, null, wrapper, null); |
| 9920 | var buf = []; |
no test coverage detected