mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 19:38:41 +00:00
7 lines
49 B
JavaScript
7 lines
49 B
JavaScript
|
|
function foo() {
|
|
// some function
|
|
}
|
|
|
|
foo();
|