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