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
2cf46d3964
etherpad-lite
/
available_plugins
/
ep_fintest
/
partlast.js
4 lines
99 B
JavaScript
Raw
Blame
History
exports
.
somehook
=
function
(
hook
_name
,
args
,
cb
)
{
return
cb
(
[
"partlast:somehook was here"
]
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink