Client side hooks are now loaded and works

This commit is contained in:
Egil Moeller 2012-03-01 18:45:02 +01:00
parent 35626df77b
commit 73aa0687b8
7 changed files with 959 additions and 7 deletions

View file

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