* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 928 | * @param {Function} fn The function to mark |
| 929 | */ |
| 930 | function markFunction( fn ) { |
| 931 | fn[ expando ] = true; |
| 932 | return fn; |
| 933 | } |
| 934 | |
| 935 | /** |
| 936 | * Support testing using an element |
no outgoing calls
no test coverage detected