* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 3867 | * @param {Function} fn The function to mark |
| 3868 | */ |
| 3869 | function markFunction( fn ) { |
| 3870 | fn[ expando ] = true; |
| 3871 | return fn; |
| 3872 | } |
| 3873 | |
| 3874 | /** |
| 3875 | * Support testing using an element |
no outgoing calls
no test coverage detected