We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddf10f commit b2df50aCopy full SHA for b2df50a
src/Util.js
@@ -1,4 +1,5 @@
1
window.html2canvas = function(elements, opts) {
2
+ elements = (elements.length) ? elements : [elements];
3
var queue,
4
canvas,
5
options = {
0 commit comments