Skip to content

Commit 8b9e4ed

Browse files
committed
revert default value for option
1 parent cad515c commit 8b9e4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function postHTMLParser(html, options) {
113113
}
114114

115115
function parserWrapper() {
116-
var option = {};
116+
var option;
117117

118118
function parser(html) {
119119
var opt = objectAssign(defaultOptions, option);

0 commit comments

Comments
 (0)