Variable name fix

pull/151/head
Alex Canessa 9 years ago
parent f8fc4d2b12
commit b9d43cec8f

@ -287,7 +287,7 @@ function drawHorizontalRule(editor) {
var cm = editor.codemirror; var cm = editor.codemirror;
var stat = getState(cm); var stat = getState(cm);
var options = editor.options; var options = editor.options;
_replaceSelection(cm, stat.image, options.replaceTexts.HorizontalRule);} _replaceSelection(cm, stat.image, options.replaceTexts.horizontalRule);}
/** /**

Loading…
Cancel
Save