Disable profiling on test page which seems to throw IE9 off.

This commit is contained in:
kangax 2011-02-11 01:08:28 -05:00
parent 7e6b615601
commit 143c251010

View file

@ -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();