MCPcopy Index your code
hub / github.com/tensorflow/tfjs / removeClass

Function removeClass

tfjs-tflite/demo/src/script.ts:152–154  ·  view source on GitHub ↗
(selector: string, className: string)

Source from the content-addressed store, hash-verified

150}
151
152function removeClass(selector: string, className: string) {
153 return ele(selector).classList.remove(className);
154}
155
156start();

Callers 2

startFunction · 0.85
handleClickTriggerFunction · 0.85

Calls 1

eleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…