* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
(fn)
| 318 | */ |
| 319 | |
| 320 | function markFunction(fn) { |
| 321 | fn[expando] = true; |
| 322 | return fn; |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Support testing using an element |
no outgoing calls
no test coverage detected