* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark
( fn )
| 967 | * @param {Function} fn The function to mark |
| 968 | */ |
| 969 | function markFunction( fn ) { |
| 970 | fn[ expando ] = true; |
| 971 | return fn; |
| 972 | } |
| 973 | |
| 974 | /** |
| 975 | * Support testing using an element |
no outgoing calls
no test coverage detected