MCPcopy Create free account
hub / github.com/adobe/Marinus / deselectObject

Function deselectObject

web_server/public/javascripts/cert_graph.js:695–702  ·  view source on GitHub ↗
(doResize)

Source from the content-addressed store, hash-verified

693}
694
695function deselectObject(doResize) {
696 if (doResize || typeof doResize == 'undefined') {
697 resize(false);
698 }
699 graph.node.classed('selected', false);
700 selected = {};
701 highlightObject(null, null);
702}
703
704
705function findLinkedNodes(d, id) {

Callers 3

cert_graph.jsFile · 0.70
drawGraphFunction · 0.70
selectObjectFunction · 0.70

Calls 2

resizeFunction · 0.70
highlightObjectFunction · 0.70

Tested by

no test coverage detected