MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / sortOrder

Function sortOrder

notes/docsify/unpkg/gotop/jquery-2.1.0.js:594–599  ·  view source on GitHub ↗
( a, b )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected