* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 868 | * @param {Function} fn The function to mark |
| 869 | */ |
| 870 | function markFunction( fn ) { |
| 871 | fn[ expando ] = true; |
| 872 | return fn; |
| 873 | } |
| 874 | |
| 875 | /** |
| 876 | * Support testing using an element |
no outgoing calls
no test coverage detected