Authored by htoooth

fix

... ... @@ -8,8 +8,8 @@ const config = global.yoho.config;
const msg2row = require('./msg2row');
const durationType = {
dcl: 'DOMContentLoaded',
ld: 'load',
dcl: 'domcontentload',
ld: 'domreadyload',
fs: 'firstscreen'
};
... ...