MCPcopy
hub / github.com/jquery/jquery / selectorError

Function selectorError

dist-module/jquery.module.js:652–654  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

650}
651
652function selectorError( msg ) {
653 jQuery.error( "Syntax error, unrecognized expression: " + msg );
654}
655
656var rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" );
657

Callers 2

tokenizeFunction · 0.70
jQueryFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected