MCPcopy Index your code
hub / github.com/JsAaron/jQuery / toSelector

Function toSelector

2.0.3/2.0.3.js:2335–2343  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2333 }
2334
2335 function toSelector( tokens ) {
2336 var i = 0,
2337 len = tokens.length,
2338 selector = "";
2339 for ( ; i < len; i++ ) {
2340 selector += tokens[i].value;
2341 }
2342 return selector;
2343 }
2344
2345 function addCombinator( matcher, combinator, base ) {
2346 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.70
matcherFromTokensFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected