mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
exports.somehook = function (hook_name, args, cb) {
|
|
return cb(["partlast:somehook was here"]);
|
|
}
|