1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +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();