* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark
( fn )
| 211 | * @param {Function} fn The function to mark |
| 212 | */ |
| 213 | function markFunction( fn ) { |
| 214 | fn[ jQuery.expando ] = true; |
| 215 | return fn; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Returns a function to use in pseudos for input types |
no outgoing calls
no test coverage detected