* Mark a function for special use by jQuery selector module * @param {Function} fn The function to mark
( fn )
| 1303 | * @param {Function} fn The function to mark |
| 1304 | */ |
| 1305 | function markFunction( fn ) { |
| 1306 | fn[ jQuery.expando ] = true; |
| 1307 | return fn; |
| 1308 | } |
| 1309 | |
| 1310 | /** |
| 1311 | * Returns a function to use in pseudos for input types |
no outgoing calls
no test coverage detected