mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
9 lines
92 B
JavaScript
9 lines
92 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
function f() {}
|
||
|
|
|
||
|
|
(function () {
|
||
|
|
var a = 1;
|
||
|
|
var b = 2;
|
||
|
|
var c = 3;
|
||
|
|
})();
|