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

Function sortOrder

2.1.1/test/jquery-2.1.1.js:591–596  ·  view source on GitHub ↗
( a, b )

Source from the content-addressed store, hash-verified

589 tokenCache = createCache(),
590 compilerCache = createCache(),
591 sortOrder = function( a, b ) {
592 if ( a === b ) {
593 hasDuplicate = true;
594 }
595 return 0;
596 },
597
598 // General-purpose constants
599 strundefined = typeof undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected