Преглед изворни кода

Remove experimental notice

Gaël Métais пре 10 година
родитељ
комит
92facbb9ef
1 измењених фајлова са 1 додато и 4 уклоњено
  1. 1 4
      phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js

+ 1 - 4
phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js

@@ -66,10 +66,7 @@ exports.module = function(phantomas) {
                         phantomas.log('Performance timing: document reached "DOMContentLoadedEnd" state after %d ms', time);
 
                         phantomas.pushContext({
-                            type: 'domContentLoadedEnd',
-                            callDetails: {
-                                arguments: ['(experimental, not reliable)']
-                            }
+                            type: 'domContentLoadedEnd'
                         });
                     }, 0);