mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
added storageReady event handler call
This commit is contained in:
parent
90843848b1
commit
3c3bf954f5
@ -6,7 +6,8 @@ html2canvas.prototype.parseElement = function(element,stack){
|
||||
_.parsing(el,stack);
|
||||
});
|
||||
|
||||
this.Renderer(this.contextStacks);
|
||||
this.log('Render queue stored');
|
||||
this.opts.storageReady(this);
|
||||
this.finish();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user