Skip to content

Commit

Permalink
minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Aug 25, 2013
1 parent e7963ca commit 84a9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ function marked(src, opt, callback) {
opt = null;
}

opt = opt ? merge({}, marked.defaults, opt) : marked.defaults;
opt = merge({}, marked.defaults, opt || {});

var highlight = opt.highlight
, tokens
Expand Down

0 comments on commit 84a9be2

Please sign in to comment.