* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 894 | * @param {Function} fn The function to mark |
| 895 | */ |
| 896 | function markFunction( fn ) { |
| 897 | fn[ expando ] = true; |
| 898 | return fn; |
| 899 | } |
| 900 | |
| 901 | /** |
| 902 | * Support testing using an element |
no outgoing calls
no test coverage detected