mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-13 06:18:48 +00:00
7 lines
49 B
JavaScript
7 lines
49 B
JavaScript
|
|
function foo() {
|
|
// some function
|
|
}
|
|
|
|
foo();
|