Skip to content

Commit

Permalink
Allow element node to be passed
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Jan 30, 2013
1 parent 8ddf10f commit b2df50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util.js
@@ -1,4 +1,5 @@
window.html2canvas = function(elements, opts) {
elements = (elements.length) ? elements : [elements];
var queue,
canvas,
options = {
Expand Down

0 comments on commit b2df50a

Please sign in to comment.