etherpad-lite/available_plugins/ep_fintest/static/js/test.js
2012-09-06 16:32:41 -05:00

5 lines
No EOL
90 B
JavaScript

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