mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-01-23 21:16:53 +00:00
1 line
87 B
JavaScript
1 line
87 B
JavaScript
function first() { var a = "first"; second(); function second() { var a = "second"; } } |