Bläddra i källkod

Remove experimental notice

Gaël Métais 10 år sedan
förälder
incheckning
92facbb9ef
1 ändrade filer med 1 tillägg och 4 borttagningar
  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);