MCPcopy
hub / github.com/anijs/anijs / find

Function find

test/jasmine-standalone/lib/jasmine-2.0.0/jasmine-html.js:232–234  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

230 return this;
231
232 function find(selector) {
233 return getContainer().querySelector(selector);
234 }
235
236 function createDom(type, attrs, childrenVarArgs) {
237 var el = createElement(type);

Callers 1

HtmlReporterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected