Skip to content

Commit

Permalink
Merge pull request #450 from Gaurav0/fix_codemirror_options
Browse files Browse the repository at this point in the history
Fix codemirror options
  • Loading branch information
Gaurav0 authored Jun 15, 2016
2 parents 8e82a73 + 7427d1d commit eaa5364
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
17 changes: 9 additions & 8 deletions app/templates/components/file-editor-column.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@

{{#if file}}
{{ivy-codemirror
value = file.content
mode = editorMode
keyMap = keyMap
lineNumbers = true
fixedGutter = true
lineWrapping = true
tabSize = 2
valueUpdated = "valueUpdated"
value=file.content
options=(hash
mode=editorMode
keyMap=keyMap
lineNumbers=true
fixedGutter=true
lineWrapping=true
tabSize=2)
valueUpdated="valueUpdated"
}}
{{/if}}
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"ember-qunit-notifications": "0.1.0",
"jquery": "1.11.3",
"codemirror": "~5.15.2",
"ember-cli-codemirror-shim": "~0.0.1",
"bootstrap-sass": "~3.3.5",
"dom-ruler": "0.1.13",
"pretender": "~1.1.0",
Expand Down

0 comments on commit eaa5364

Please sign in to comment.