Dotclear


Ignore:
Timestamp:
12/11/17 15:59:17 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Update CodeMirror? from 5.25.1 to 5.32.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/codemirror/mode/htmlmixed/htmlmixed.js

    r3532 r3617  
    134134      }, 
    135135 
    136       indent: function (state, textAfter) { 
     136      indent: function (state, textAfter, line) { 
    137137        if (!state.localMode || /^\s*<\//.test(textAfter)) 
    138138          return htmlMode.indent(state.htmlState, textAfter); 
    139139        else if (state.localMode.indent) 
    140           return state.localMode.indent(state.localState, textAfter); 
     140          return state.localMode.indent(state.localState, textAfter, line); 
    141141        else 
    142142          return CodeMirror.Pass; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map