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