Skip to content

Commit d04e1d8

Browse files
committed
added storageReady event handler call
1 parent 7b68a46 commit d04e1d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Traversing.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ html2canvas.prototype.parseElement = function(element,stack){
55
this.each(element.children,function(index,el){
66
_.parsing(el,stack);
77
});
8-
9-
this.Renderer(this.contextStacks);
8+
9+
this.log('Render queue stored');
10+
this.opts.storageReady(this);
1011
this.finish();
1112
}
1213

0 commit comments

Comments
 (0)