mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 06:44:44 +00:00
Disable profiling on test page which seems to throw IE9 off.
This commit is contained in:
parent
7e6b615601
commit
143c251010
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue