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