Fix state restoring of large local images (fix #730)
This commit is contained in:
parent
b227b2e45b
commit
00b874b309
1 changed files with 1 additions and 0 deletions
|
|
@ -816,6 +816,7 @@ var ASYNC_SAFE = false;
|
|||
AsyncFileBuffer.prototype.set = AsyncXHRBuffer.prototype.set;
|
||||
AsyncFileBuffer.prototype.handle_read = AsyncXHRBuffer.prototype.handle_read;
|
||||
AsyncFileBuffer.prototype.get_state = AsyncXHRBuffer.prototype.get_state;
|
||||
AsyncFileBuffer.prototype.set_state = AsyncXHRBuffer.prototype.set_state;
|
||||
|
||||
AsyncFileBuffer.prototype.get_buffer = function(fn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue