mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
![]() |
exports.somehook = function (hook_name, args, cb) {
|
||
|
return cb(["partlast:somehook was here"]);
|
||
|
}
|