1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 21:38:34 +00:00
Files
UXP/devtools/client/debugger/test/mochitest/code_function-jump-01.js
T

7 lines
49 B
JavaScript

function foo() {
// some function
}
foo();