etherpad-lite/available_plugins/ep_fintest/static/js/test.js
2012-03-01 18:45:02 +01:00

5 lines
No EOL
90 B
JavaScript

exports.foo = 42;
exports.bar = function (hook_name, args, cb) {
return cb(["FOOOO"]);
}