()
| 225 | element = $( this.target ); |
| 226 | |
| 227 | function trigger() { |
| 228 | triggered = true; |
| 229 | } |
| 230 | |
| 231 | element.on( "focus", trigger ); |
| 232 | element[ 0 ].focus(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…