MCPcopy Index your code
hub / github.com/imakewebthings/deck.js / removeContainerHashClass

Function removeContainerHashClass

core/deck.core.js:305–307  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

303 };
304
305 var removeContainerHashClass = function(id) {
306 $container.removeClass(options.classes.onPrefix + id);
307 };
308
309 var addContainerHashClass = function(id) {
310 $container.addClass(options.classes.onPrefix + id);

Callers 1

changeHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected