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