UNPKG

view

Version:
12 lines (7 loc) 198 B
module['exports'] = function (options, callback) { var $ = this.$; this.parent.index.presenter = function (options, callback) { callback(null, "hi"); }; callback(null, $.html()); };