Don't leak punycode to global scope

This commit is contained in:
MoyuScript
2014-09-29 19:15:50 +03:00
parent 418492074f
commit c97854fc05
3 changed files with 4 additions and 4 deletions

2
dist/html2canvas.js vendored
View File

@@ -2835,4 +2835,4 @@ function hasEntries(array) {
return array.length > 0;
}
})(window, document);
}).call({}, window, document);

File diff suppressed because one or more lines are too long