* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
( fn )
| 1314 | * @param {Function} fn The function to mark |
| 1315 | */ |
| 1316 | function markFunction( fn ) { |
| 1317 | fn[ expando ] = true; |
| 1318 | return fn; |
| 1319 | } |
| 1320 | |
| 1321 | /** |
| 1322 | * Support testing using an element |
no outgoing calls
no test coverage detected