soiz1 commited on
Commit
64b4000
·
verified ·
1 Parent(s): 7c34667

Update src/timing.js

Browse files
Files changed (1) hide show
  1. src/timing.js +1 -0
src/timing.js CHANGED
@@ -10,6 +10,7 @@ export default function(eruda) {
10
  constructor() {
11
  super()
12
  this.name = 'timing'
 
13
  this._style = evalCss(require('./style.scss'))
14
  this._performanceTimingData = []
15
  this._performanceTiming = {}
 
10
  constructor() {
11
  super()
12
  this.name = 'timing'
13
+ this.displayName = 'タイミング'
14
  this._style = evalCss(require('./style.scss'))
15
  this._performanceTimingData = []
16
  this._performanceTiming = {}