MCPcopy Create free account
hub / github.com/JsAaron/jQuery / sortOrder

Function sortOrder

2.1.1/test/sizzle.js:45–50  ·  view source on GitHub ↗
( a, b )

Source from the content-addressed store, hash-verified

43 tokenCache = createCache(),
44 compilerCache = createCache(),
45 sortOrder = function( a, b ) {
46 if ( a === b ) {
47 hasDuplicate = true;
48 }
49 return 0;
50 },
51
52 // General-purpose constants
53 strundefined = typeof undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected