This commit is contained in:
Gedion 2012-09-06 16:32:41 -05:00
parent dea020865f
commit 282bcffb62
180 changed files with 37685 additions and 0 deletions

View file

@ -0,0 +1,3 @@
exports.somehook = function (hook_name, args, cb) {
return cb(["partlast:somehook was here"]);
}