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

Function deselectObject

web_server/public/javascripts/draw_graph.js:699–706  ·  view source on GitHub ↗
(doResize)

Source from the content-addressed store, hash-verified

697}
698
699function deselectObject(doResize) {
700 if (doResize || typeof doResize == 'undefined') {
701 resize(false);
702 }
703 graph.node.classed('selected', false);
704 selected = {};
705 highlightObject(null, null);
706}
707
708function highlightGroup(event, obj) {
709 if (obj) {

Callers 3

draw_graph.jsFile · 0.70
drawGraphFunction · 0.70
selectObjectFunction · 0.70

Calls 2

resizeFunction · 0.70
highlightObjectFunction · 0.70

Tested by

no test coverage detected