* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
(fn)
| 334 | */ |
| 335 | |
| 336 | function markFunction(fn) { |
| 337 | fn[expando] = true; |
| 338 | return fn; |
| 339 | } |
| 340 | |
| 341 | /** |
| 342 | * Support testing using an element |
no outgoing calls
no test coverage detected