Spaces:
Sleeping
Sleeping
Update src/timing.js
Browse files- src/timing.js +1 -1
src/timing.js
CHANGED
|
@@ -9,7 +9,7 @@ export default function(eruda) {
|
|
| 9 |
class Timing extends eruda.Tool {
|
| 10 |
constructor() {
|
| 11 |
super()
|
| 12 |
-
this.name = '
|
| 13 |
this._style = evalCss(require('./style.scss'))
|
| 14 |
this._performanceTimingData = []
|
| 15 |
this._performanceTiming = {}
|
|
|
|
| 9 |
class Timing extends eruda.Tool {
|
| 10 |
constructor() {
|
| 11 |
super()
|
| 12 |
+
this.name = 'timing'
|
| 13 |
this._style = evalCss(require('./style.scss'))
|
| 14 |
this._performanceTimingData = []
|
| 15 |
this._performanceTiming = {}
|