MCPcopy Create free account
hub / github.com/bugy/script-server / removeClass

Function removeClass

web-src/src/common/utils/common.js:81–83  ·  view source on GitHub ↗
(element, clazz)

Source from the content-addressed store, hash-verified

79}
80
81export function removeClass(element, clazz) {
82 element.classList.remove(clazz);
83}
84
85export function callHttp(url, object, method, asyncHandler, onError) {
86 method = method || 'GET';

Callers 1

showInfoFunction · 0.90

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected