First Hogfather test.

This commit is contained in:
Ian Gulliver
2015-10-17 16:04:37 +02:00
parent 69aa0e711a
commit 8b6f5c916d
3 changed files with 22 additions and 0 deletions

View File

@@ -24,3 +24,9 @@
*/
var Hogfather = function(cosmo, name) {
};
/**
*/
Hogfather.prototype.shutdown = function() {
};