Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,8 +8,8 @@ const config = global.yoho.config; | @@ -8,8 +8,8 @@ const config = global.yoho.config; | ||
8 | const msg2row = require('./msg2row'); | 8 | const msg2row = require('./msg2row'); |
9 | 9 | ||
10 | const durationType = { | 10 | const durationType = { |
11 | - dcl: 'DOMContentLoaded', | ||
12 | - ld: 'load', | 11 | + dcl: 'domcontentload', |
12 | + ld: 'domreadyload', | ||
13 | fs: 'firstscreen' | 13 | fs: 'firstscreen' |
14 | }; | 14 | }; |
15 | 15 |
-
Please register or login to post a comment