removing codemirror (it wasn't active, anyway) - see discussion in #2

This commit is contained in:
Ben Word
2011-06-22 20:11:48 -06:00
parent f06c413f64
commit cd1f00909d
19 changed files with 2 additions and 5191 deletions

View File

@@ -2,13 +2,6 @@ jQuery.noConflict();
jQuery(document).ready(function(){
// var editor = CodeMirror.fromTextArea('content', {
// height: "350px",
// parserfile: "parsexml.js",
// stylesheet: "../wp-content/themes/roots/inc/css/codemirror/xmlcolors.css",
// path: "../wp-content/themes/roots/inc/js/codemirror/",
// continuousScanning: 500,
// lineNumbers: false
// });
});