MCPcopy Create free account
hub / github.com/components/jquery / selectorError

Function selectorError

jquery.js:666–668  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

664}
665
666function selectorError( msg ) {
667 jQuery.error( "Syntax error, unrecognized expression: " + msg );
668}
669
670var rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" );
671

Callers 2

tokenizeFunction · 0.70
jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected