Variable name fix

This commit is contained in:
Alex Canessa 2015-11-02 12:11:09 +00:00
parent f8fc4d2b12
commit b9d43cec8f

View File

@ -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);}
/** /**