Skip to content

Commit f5b3bfa

Browse files
committed
Refactor to remove useless function
1 parent c6c1336 commit f5b3bfa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/handlers/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ exports.sup =
6161
exports.sub =
6262
exports.thead =
6363
exports.tbody =
64-
exports.tfoot = children;
64+
exports.tfoot = all;
6565

6666
exports.address =
6767
exports.article =
@@ -110,7 +110,3 @@ exports.wbr = require('./wbr');
110110
exports.q = require('./q');
111111

112112
function ignore() {}
113-
114-
function children(h, node) {
115-
return all(h, node);
116-
}

0 commit comments

Comments
 (0)