From 143c251010eee29c027a43be90f044101e54f5b9 Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 11 Feb 2011 01:08:28 -0500 Subject: [PATCH] Disable profiling on test page which seems to throw IE9 off. --- test/raphael_vs_fabric/complex_shape.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/raphael_vs_fabric/complex_shape.html b/test/raphael_vs_fabric/complex_shape.html index 26b21f15..22d39cc4 100644 --- a/test/raphael_vs_fabric/complex_shape.html +++ b/test/raphael_vs_fabric/complex_shape.html @@ -28,11 +28,11 @@ stateful: false }); - console.profile('parsing'); + //console.profile('parsing'); canvas.loadSVGFromURL('tiger2.svg', function(objects) { - console.profileEnd('parsing'); + //console.profileEnd('parsing'); var startTime = new Date();