etherpad-lite/available_plugins/pluginomatic_fintest/partlast.js
2012-02-24 20:03:58 +01:00

3 lines
99 B
JavaScript

exports.somehook = function (hook_name, args, cb) {
return cb(["partlast:somehook was here"]);
}