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
034e0663e6
commit
4836aa343c
@ -120,7 +120,8 @@ var h2cSelector, h2cOptions;
|
|||||||
logging: true,
|
logging: true,
|
||||||
profile: true,
|
profile: true,
|
||||||
proxy: "http://localhost:8082",
|
proxy: "http://localhost:8082",
|
||||||
useCORS: false
|
useCORS: false,
|
||||||
|
removeContainer: false
|
||||||
}, h2cOptions));
|
}, h2cOptions));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user