* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark
( fn )
| 1294 | * @param {Function} fn The function to mark |
| 1295 | */ |
| 1296 | function markFunction( fn ) { |
| 1297 | fn[ jQuery.expando ] = true; |
| 1298 | return fn; |
| 1299 | } |
| 1300 | |
| 1301 | /** |
| 1302 | * Returns a function to use in pseudos for input types |
no outgoing calls
no test coverage detected