Spaces:
Sleeping
Sleeping
Update src/timing.js
Browse files- 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 = {}
|