We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e3e81 commit 9568b54Copy full SHA for 9568b54
lib/codemirror.js
@@ -1904,7 +1904,7 @@ var CodeMirror = (function() {
1904
textarea.parentNode.insertBefore(node, textarea.nextSibling);
1905
}, options);
1906
instance.save = save;
1907
- instance.getTextarea = function() { return textarea; };
+ instance.getTextArea = function() { return textarea; };
1908
instance.toTextArea = function() {
1909
save();
1910
textarea.parentNode.removeChild(instance.getWrapperElement());
0 commit comments