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
7b68a46d52
commit
d04e1d87dd
@ -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…
Reference in New Issue
Block a user