Dotclear


Ignore:
Timestamp:
03/21/17 10:47:19 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Update Codemirror lib from 5.24.3 to 5.25.1

File:
1 edited

Legend:

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

    r3532 r3542  
    635635  } 
    636636  function classNameAfter(type, value) { 
     637    if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, classNameAfter) 
    637638    if (value == "extends" || value == "implements" || (isTS && type == ",")) 
    638639      return cont(isTS ? typeexpr : expression, classNameAfter); 
     
    662663    if (value == "?") return cont(classfield) 
    663664    if (type == ":") return cont(typeexpr, maybeAssign) 
     665    if (value == "=") return cont(expressionNoComma) 
    664666    return pass(functiondef) 
    665667  } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map