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