From 8bf516263c6582771e7576e8484ca8cfaa8cb9cb Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:11:40 +0800 Subject: Update CodeMirror to 5.13.5 --- public/vendor/codemirror/mode/mathematica/mathematica.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public/vendor/codemirror/mode/mathematica/mathematica.js') diff --git a/public/vendor/codemirror/mode/mathematica/mathematica.js b/public/vendor/codemirror/mode/mathematica/mathematica.js index 5ae6f55c..d6977088 100644 --- a/public/vendor/codemirror/mode/mathematica/mathematica.js +++ b/public/vendor/codemirror/mode/mathematica/mathematica.js @@ -126,6 +126,7 @@ CodeMirror.defineMode('mathematica', function(_config, _parserConfig) { } // everything else is an error + stream.next(); // advance the stream. return 'error'; } -- cgit v1.2.3