Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleTrends/data
/ removeClass
Function
removeClass
Pikaday/pikaday.js:95–98 ·
view source on GitHub ↗
(el, cn)
Source
from the content-addressed store, hash-verified
93
},
94
95
removeClass =
function
(el, cn)
96
{
97
el.className = trim((
' '
+ el.className +
' '
).replace(
' '
+ cn +
' '
,
' '
));
98
},
99
100
isArray =
function
(obj)
101
{
Callers
1
pikaday.js
File · 0.85
Calls
1
trim
Function · 0.85
Tested by
no test coverage detected