Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ removeClass
Function
removeClass
src/helpers/classList.js:6–8 ·
view source on GitHub ↗
(at, cls)
Source
from the content-addressed store, hash-verified
4
/* eslint-disable no-console */
5
/* istanbul ignore next */
6
function
removeClass(at, cls) {
7
at.classList.remove(cls);
8
}
9
10
/* istanbul ignore next */
11
export
function
resetState() {
Callers
1
resetState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected