MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / $

Function $

assets/js/rubiks_cube.js:2139–2141  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

2137 var M_MOVE = (isTouch) ? 'touchmove' : 'mousemove';
2138
2139 function $(selector) {
2140 return doc.querySelector(selector);
2141 }
2142
2143 function $$(selector) {
2144 return doc.querySelectorAll(selector);

Callers 15

PlayerFunction · 0.70
maze.jsFile · 0.70
pinpad.jsFile · 0.70
scripts.jsFile · 0.70
hidePreloaderFunction · 0.70
newMazeFunction · 0.70
filter_search.jsFile · 0.70
RGB_HEX.jsFile · 0.70
fruitSlicer.jsFile · 0.70
addHeartsFunction · 0.70
startActionFunction · 0.70
chooseFruitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected