Skip to content

Commit 9568b54

Browse files
adanlobatomarijnh
authored andcommitted
Renamed the method to follow naming conventions and the documentation.
1 parent f4e3e81 commit 9568b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ var CodeMirror = (function() {
19041904
textarea.parentNode.insertBefore(node, textarea.nextSibling);
19051905
}, options);
19061906
instance.save = save;
1907-
instance.getTextarea = function() { return textarea; };
1907+
instance.getTextArea = function() { return textarea; };
19081908
instance.toTextArea = function() {
19091909
save();
19101910
textarea.parentNode.removeChild(instance.getWrapperElement());

0 commit comments

Comments
 (0)