MCPcopy
hub / github.com/1j01/jspaint / set

Function set

lib/os-gui/$Window.js:651–654  ·  view source on GitHub ↗
(new_task)

Source from the content-addressed store, hash-verified

649 return task;
650 },
651 set(new_task) {
652 console.warn("DEPRECATED: use $w.setMinimizeTarget(taskbar_button_el) instead of setting $window.task object");
653 task = new_task;
654 },
655 });
656
657 /** @type {{ position: string; left: string; top: string; width: string; height: string; }} */

Callers 1

enforceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected