MCPcopy Create free account
hub / github.com/TruthHun/BookStack / toSelector

Function toSelector

static/wangEditor/js/lib/jquery-2.2.1.js:2125–2133  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2123};
2124
2125function toSelector( tokens ) {
2126 var i = 0,
2127 len = tokens.length,
2128 selector = "";
2129 for ( ; i < len; i++ ) {
2130 selector += tokens[i].value;
2131 }
2132 return selector;
2133}
2134
2135function addCombinator( matcher, combinator, base ) {
2136 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.70
matcherFromTokensFunction · 0.70
jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected