MCPcopy Index your code
hub / github.com/caike/jQuery-Simple-Timer / toSelector

Function toSelector

examples/bundle.js:2424–2432  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2422};
2423
2424function toSelector( tokens ) {
2425 var i = 0,
2426 len = tokens.length,
2427 selector = "";
2428 for ( ; i < len; i++ ) {
2429 selector += tokens[i].value;
2430 }
2431 return selector;
2432}
2433
2434function addCombinator( matcher, combinator, base ) {
2435 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected