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 815c8aa commit 650baf0Copy full SHA for 650baf0
README.md
@@ -35,7 +35,7 @@ CodeMirror object is initialized and saved for each element via `$.data(element,
35
You can access it and use as specified in CodeMirror manual
36
37
```
38
-$.data($(...)][0], 'codemirror).getValue()
+$.data($(...)][0], 'codemirror').getValue()
39
40
41
Plugin itself adds `setValue(string), getValue(), setOption(option, value), setOptions(optionsObject)`
0 commit comments