Update CodeMirror to version 5.15.3
This commit is contained in:
4
public/vendor/codemirror/mode/haml/haml.js
vendored
4
public/vendor/codemirror/mode/haml/haml.js
vendored
@@ -98,8 +98,8 @@
|
||||
return {
|
||||
// default to html mode
|
||||
startState: function() {
|
||||
var htmlState = htmlMode.startState();
|
||||
var rubyState = rubyMode.startState();
|
||||
var htmlState = CodeMirror.startState(htmlMode);
|
||||
var rubyState = CodeMirror.startState(rubyMode);
|
||||
return {
|
||||
htmlState: htmlState,
|
||||
rubyState: rubyState,
|
||||
|
||||
Reference in New Issue
Block a user