* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 330 | * @param {Function} fn The function to mark |
| 331 | */ |
| 332 | function markFunction( fn ) { |
| 333 | fn[ expando ] = true; |
| 334 | return fn; |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Support testing using an element |
no outgoing calls
no test coverage detected