rewrote z-index ordering logic

This commit is contained in:
Niklas von Hertzen
2011-08-02 21:07:51 +03:00
parent 328ecd8520
commit d8b4398278
8 changed files with 212 additions and 40 deletions

View File

@ -53,6 +53,7 @@ function html2canvas(el, userOptions) {
this.needReorder = false;
this.blockElements = new RegExp("(BR|PARAM)");
this.pageOrigin = window.location.protocol + window.location.host;
this.queue = [];
this.ignoreRe = new RegExp("("+this.ignoreElements+")");