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

Function addContainerHashClass

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

Source from the content-addressed store, hash-verified

307 };
308
309 var addContainerHashClass = function(id) {
310 $container.addClass(options.classes.onPrefix + id);
311 };
312
313 var setupHashBehaviors = function() {
314 $fragmentLinks = $();

Callers 2

setupHashBehaviorsFunction · 0.85
changeHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected