mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Implementing cropping and dimension options for rendering (Fix #1230)
This commit is contained in:
@ -143,7 +143,7 @@ var REFTEST = window.location.search.indexOf('reftest') !== -1;
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
h2cSelector = [document.documentElement];
|
||||
h2cSelector = typeof h2cSelector === 'undefined' ? [document.documentElement] : h2cSelector;
|
||||
|
||||
if (window.setUp) {
|
||||
window.setUp();
|
||||
|
Reference in New Issue
Block a user