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

Function selectorError

dist-module/jquery.factory.slim.module.js:657–659  ·  view source on GitHub ↗
( msg )

Source from the content-addressed store, hash-verified

655}
656
657function selectorError( msg ) {
658 jQuery.error( "Syntax error, unrecognized expression: " + msg );
659}
660
661var rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" );
662

Callers 2

tokenizeFunction · 0.70
jQueryFactoryWrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected