* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 909 | * @param {Function} fn The function to mark |
| 910 | */ |
| 911 | function markFunction( fn ) { |
| 912 | fn[ expando ] = true; |
| 913 | return fn; |
| 914 | } |
| 915 | |
| 916 | /** |
| 917 | * Support testing using an element |
no outgoing calls
no test coverage detected
searching dependent graphs…