From 3a754133dbc138390503341fd2e9beba3e43aa4b Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 27 Jan 2012 12:05:17 -0800 Subject: Merged old FileIO --- js/codemirror/mode/javascript/index.html | 78 -------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 js/codemirror/mode/javascript/index.html (limited to 'js/codemirror/mode/javascript/index.html') diff --git a/js/codemirror/mode/javascript/index.html b/js/codemirror/mode/javascript/index.html deleted file mode 100644 index 2454c818..00000000 --- a/js/codemirror/mode/javascript/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - -
-JavaScript mode supports a single configuration
- option, json
, which will set the mode to expect JSON
- data rather than a JavaScript program.
MIME types defined: text/javascript
, application/json
.