mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Don't remove frame container in tests
This commit is contained in:
parent
541f6a62d8
commit
717f69d99a
@ -120,7 +120,8 @@ var h2cSelector, h2cOptions;
|
||||
logging: true,
|
||||
profile: true,
|
||||
proxy: "http://localhost:8082",
|
||||
useCORS: false
|
||||
useCORS: false,
|
||||
removeContainer: false
|
||||
}, h2cOptions));
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user