index
:
tracifyjs
apprentice
about
summary
refs
log
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
input
/
issue-1323
/
sample.js
blob: a1798cf589b5400227b6975e2f388c581fde4448 (
about
) (
plain
)
1
2
3
4
5
6
7
var bar = (function() { function foo (bar) { return bar; } return foo; })();