* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 1181 | * @param {Function} fn The function to mark |
| 1182 | */ |
| 1183 | function markFunction( fn ) { |
| 1184 | fn[ expando ] = true; |
| 1185 | return fn; |
| 1186 | } |
| 1187 | |
| 1188 | /** |
| 1189 | * Support testing using an element |
no outgoing calls
no test coverage detected