tenfourfox/devtools/client/debugger/test/mochitest/code_function-jump-01.js

7 lines
48 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
function foo() {
//some function
}
foo();