MCPcopy 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.jsFile · 0.85

Calls 1

trimFunction · 0.85

Tested by

no test coverage detected