4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module['exports'] = function (opts, cb) {
|
|
var $ = this.$;
|
|
return cb(null, $.html());
|
|
}; |