mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
@@ -21,6 +21,7 @@ var CodeMirrorEditor = React.createClass({
|
||||
this.editor = CodeMirror.fromTextArea(this.refs.editor.getDOMNode(), {
|
||||
mode: 'javascript',
|
||||
lineNumbers: false,
|
||||
lineWrapping: true,
|
||||
matchBrackets: true,
|
||||
theme: 'solarized-light',
|
||||
readOnly: this.props.readOnly
|
||||
|
||||
2279
js/codemirror.js
2279
js/codemirror.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user