Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/chromium/5531
/
.
/
node_modules
/
requireindex
/
test
/
lib
/
Foo.js
blob: e4f95db2cd0ce8fbc84a5fb3338d2963b688359d [
file
] [
edit
]
module
.
exports
=
{
l
:
function
()
{
return
"yes"
;
},
ls
:
function
()
{
return
"yep"
;
}
};