(evt)
| 33 | |
| 34 | if (oc && !wrap.inserted) { |
| 35 | var oco = function(evt) { |
| 36 | oc.apply(wrap, [ evt ]); |
| 37 | }; |
| 38 | wrap.addEventListener("click", oco); |
| 39 | } |
| 40 | image.href = 'javascript://nop/'; |
nothing calls this directly
no outgoing calls
no test coverage detected