MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / toSelector

Function toSelector

Three.js/js/jquery-1.9.1.js:5081–5089  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

5079}
5080
5081function toSelector( tokens ) {
5082 var i = 0,
5083 len = tokens.length,
5084 selector = "";
5085 for ( ; i < len; i++ ) {
5086 selector += tokens[i].value;
5087 }
5088 return selector;
5089}
5090
5091function addCombinator( matcher, combinator, base ) {
5092 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
selectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected