mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
![]() |
exports.foo = 42;
|
||
|
|
||
|
exports.bar = function (hook_name, args, cb) {
|
||
|
return cb(["FOOOO"]);
|
||
|
}
|