mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 15:28:45 +00:00
2 lines
88 B
JavaScript
2 lines
88 B
JavaScript
function first() { var a = "first"; second(); function second() { var a = "second"; } }
|