hackmud
Code
Branches
Tags
Commits
master
hackmud
/
scripts
/
t1_enum2.js
Raw
Copy raw content
Download raw file
Top
1
function
(
context
,
args
)
// l:""
2
{
3
return
args
.
l
[
0
]
.
call
(
{
}
)
;
4
}