From 240fbf0c13a2de6781f906b2591055f8a0727994 Mon Sep 17 00:00:00 2001 From: kangax Date: Wed, 9 Feb 2011 18:25:16 -0500 Subject: [PATCH] Uncomment raphael test in complex_shape benchmark. --- 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 d9a6f1d6..26b21f15 100644 --- a/test/raphael_vs_fabric/complex_shape.html +++ b/test/raphael_vs_fabric/complex_shape.html @@ -57,7 +57,7 @@ })(); - /*(function testRaphael() { + (function testRaphael() { var start = function () { // storing original coordinates @@ -80,7 +80,7 @@ logEl.innerHTML = 'Raphael: ' + (new Date() - startTime) + 'ms
'; - })();*/ + })(); };