mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
parent
9683eefaf1
commit
f0d25b7bd5
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.js.map
vendored
BIN
dist/showdown.js.map
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
|
@ -126,7 +126,7 @@ showdown.Converter = function (converterOptions) {
|
|||
outputModifiers.push(ext[i]);
|
||||
break;
|
||||
}
|
||||
if (ext[i].hasOwnProperty(listeners)) {
|
||||
if (ext[i].hasOwnProperty('listeners')) {
|
||||
for (var ln in ext[i].listeners) {
|
||||
if (ext[i].listeners.hasOwnProperty(ln)) {
|
||||
listen(ln, ext[i].listeners[ln]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user