comparison: toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 foo = (n) -> |
|
2 return "foo" + i for i in [0...n] |
|
3 |
|
4 [first, second, third] = foo(3) |
|
5 |
|
6 debugger |