This website requires JavaScript.
Explore
Help
Register
Sign In
fuwafuwa
/
etherpad-lite
Watch
1
Star
0
Fork
You've already forked etherpad-lite
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5fac05a395
etherpad-lite
/
available_plugins
/
ep_fintest
/
static
/
js
/
test.js
5 lines
90 B
JavaScript
Raw
Blame
History
exports
.
foo
=
42
;
exports
.
bar
=
function
(
hook
_name
,
args
,
cb
)
{
return
cb
(
[
"FOOOO"
]
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink