( fn, value )
| 4594 | |
| 4595 | // Augment a function for special use by Sizzle |
| 4596 | markFunction = function( fn, value ) { |
| 4597 | fn[ expando ] = value || true; |
| 4598 | return fn; |
| 4599 | }, |
| 4600 | |
| 4601 | createCache = function() { |
| 4602 | var cache = {}, |
no outgoing calls
no test coverage detected
searching dependent graphs…