* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark
(fn)
| 976 | * @param {Function} fn The function to mark |
| 977 | */ |
| 978 | function markFunction(fn) { |
| 979 | fn[expando] = true; |
| 980 | return fn; |
| 981 | } |
| 982 | |
| 983 | /** |
| 984 | * Support testing using an element |
no outgoing calls
no test coverage detected