* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
(fn)
| 351 | */ |
| 352 | |
| 353 | function markFunction(fn) { |
| 354 | fn[expando] = true; |
| 355 | return fn; |
| 356 | } |
| 357 | |
| 358 | /** |
| 359 | * Support testing using an element |
no outgoing calls
no test coverage detected