Uncomment raphael test in complex_shape benchmark.

This commit is contained in:
kangax 2011-02-09 18:25:16 -05:00
parent df76f5d688
commit 240fbf0c13

View file

@ -57,7 +57,7 @@
})();
/*(function testRaphael() {
(function testRaphael() {
var start = function () {
// storing original coordinates
@ -80,7 +80,7 @@
logEl.innerHTML = 'Raphael: <b>' + (new Date() - startTime) + '</b>ms<br>';
})();*/
})();
};
</script>
</head>