diff --git a/static/hogfather.js b/static/hogfather.js index 6b8e71f..e8503c8 100644 --- a/static/hogfather.js +++ b/static/hogfather.js @@ -24,3 +24,9 @@ */ var Hogfather = function(cosmo, name) { }; + + +/** + */ +Hogfather.prototype.shutdown = function() { +}; diff --git a/static/test.html b/static/test.html index db9b85f..32e3776 100644 --- a/static/test.html +++ b/static/test.html @@ -9,6 +9,7 @@
+