There was an error while loading. Please reload this page.
1 parent 7b68a46 commit d04e1d8Copy full SHA for d04e1d8
1 file changed
src/Traversing.js
@@ -5,8 +5,9 @@ html2canvas.prototype.parseElement = function(element,stack){
5
this.each(element.children,function(index,el){
6
_.parsing(el,stack);
7
});
8
-
9
- this.Renderer(this.contextStacks);
+
+ this.log('Render queue stored');
10
+ this.opts.storageReady(this);
11
this.finish();
12
}
13
0 commit comments