From 92facbb9efec7dc50b1cb99fa0eb6839f96ca70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 17 Nov 2014 19:34:48 +0100 Subject: [PATCH] Remove experimental notice --- phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js b/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js index 6fa5588..43082f1 100644 --- a/phantomas_custom/modules/windowPerfYLT/windowPerfYLT.js +++ b/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);