mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 22:49:53 +01:00
5 lines
No EOL
90 B
JavaScript
5 lines
No EOL
90 B
JavaScript
exports.foo = 42;
|
|
|
|
exports.bar = function (hook_name, args, cb) {
|
|
return cb(["FOOOO"]);
|
|
} |