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