MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / selectStop

Function selectStop

src/js/lib/jquery.jgraduate.js:631–639  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

629
630
631 function selectStop(item) {
632 if(cur_stop) cur_stop.setAttribute('stroke', '#000');
633 item.setAttribute('stroke', 'blue');
634 cur_stop = item;
635 cur_stop.parentNode.appendChild(cur_stop);
636 // stops = $('stop');
637 // opac_select.val(cur_stop.attr('fill-opacity') || 1);
638 // root.append(delStop);
639 }
640
641 var stop_offset;
642

Callers 1

mkStopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected