* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 905 | * @param {Function} fn The function to mark |
| 906 | */ |
| 907 | function markFunction( fn ) { |
| 908 | fn[ expando ] = true; |
| 909 | return fn; |
| 910 | } |
| 911 | |
| 912 | /** |
| 913 | * Support testing using an element |
no outgoing calls
no test coverage detected