Authored by htoooth

fix

@@ -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