soiz1 commited on
Commit
f069a43
·
verified ·
1 Parent(s): 77b3a2a

Update src/code.js

Browse files
Files changed (1) hide show
  1. src/code.js +1 -0
src/code.js CHANGED
@@ -12,6 +12,7 @@ export default function (eruda) {
12
  constructor() {
13
  super()
14
  this.name = 'code'
 
15
  this._style = evalCss(require('./style.scss'))
16
  this._CodeMirrorStyle = evalCss(
17
  require('codemirror/lib/codemirror.css') +
 
12
  constructor() {
13
  super()
14
  this.name = 'code'
15
+ this.displayName = 'コード'
16
  this._style = evalCss(require('./style.scss'))
17
  this._CodeMirrorStyle = evalCss(
18
  require('codemirror/lib/codemirror.css') +