( fn, value )
| 3706 | |
| 3707 | // Augment a function for special use by Sizzle |
| 3708 | markFunction = function( fn, value ) { |
| 3709 | fn[ expando ] = value == null || value; |
| 3710 | return fn; |
| 3711 | }, |
| 3712 | |
| 3713 | createCache = function() { |
| 3714 | var cache = {}, |
no outgoing calls
no test coverage detected