etherpad-lite/available_plugins/ep_fintest/partlast.js

4 lines
99 B
JavaScript
Raw Normal View History

2012-09-06 16:32:41 -05:00
exports.somehook = function (hook_name, args, cb) {
return cb(["partlast:somehook was here"]);
}