Displaying (unformatted) function code.
This commit is contained in:
@@ -6,22 +6,3 @@
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
/*
|
||||
var myTextArea = document.querySelector('.debugger-fnview-textarea');
|
||||
var myCodeMirror = CodeMirror.fromTextArea(myTextArea, {
|
||||
mode: 'javascript',
|
||||
theme: 'default',
|
||||
indentUnit: 2,
|
||||
tabSize: 2,
|
||||
|
||||
lineNumbers: true,
|
||||
firstLineNumber: 0,
|
||||
lineNumberFormatter: function(line) {
|
||||
return String('0x00000000' + line);
|
||||
},
|
||||
gutters: [],
|
||||
|
||||
//readOnly: true,
|
||||
});
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user