MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / change

Function change

api/prettydiff-webtool.ts:4569–4574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4567 .getElementsByTagName("option")
4568 .length - 1,
4569 change = function dom_event_sequence_colorChange_change():void {
4570 color.selectedIndex = ind;
4571 method
4572 .event
4573 .colorScheme(event);
4574 };
4575 let ind:number = color.selectedIndex;
4576 ind = ind - 1;
4577 if (ind < 0) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected