MCPcopy Index your code
hub / github.com/PixelsCommander/HTML-GL / markPresetModified

Function markPresetModified

page/js/dat.gui.js:2828–2836  ·  view source on GitHub ↗
(gui, modified)

Source from the content-addressed store, hash-verified

2826 }
2827
2828 function markPresetModified(gui, modified) {
2829 var opt = gui.__preset_select[gui.__preset_select.selectedIndex];
2830// console.log('mark', modified, opt);
2831 if (modified) {
2832 opt.innerHTML = opt.value + "*";
2833 } else {
2834 opt.innerHTML = opt.value;
2835 }
2836 }
2837
2838 function updateDisplays(controllerArray) {
2839

Callers 2

dat.gui.jsFile · 0.85
augmentControllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected