* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 889 | * @param {Function} fn The function to mark |
| 890 | */ |
| 891 | function markFunction( fn ) { |
| 892 | fn[ expando ] = true; |
| 893 | return fn; |
| 894 | } |
| 895 | |
| 896 | /** |
| 897 | * Support testing using an element |
no outgoing calls
no test coverage detected