mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
removed unused closure private methods.
This commit is contained in:
parent
8e7973c094
commit
7854e14257
@ -2418,14 +2418,6 @@ $.Job.prototype = {
|
||||
}
|
||||
};
|
||||
|
||||
function onload( job ){
|
||||
finish( job, true );
|
||||
};
|
||||
|
||||
function onerror( job ){
|
||||
finish( job, false )
|
||||
};
|
||||
|
||||
function finish( job, success ){
|
||||
var image = job.image,
|
||||
callback = job.callback;
|
||||
|
@ -28,14 +28,6 @@ $.Job.prototype = {
|
||||
}
|
||||
};
|
||||
|
||||
function onload( job ){
|
||||
finish( job, true );
|
||||
};
|
||||
|
||||
function onerror( job ){
|
||||
finish( job, false )
|
||||
};
|
||||
|
||||
function finish( job, success ){
|
||||
var image = job.image,
|
||||
callback = job.callback;
|
||||
|
Loading…
Reference in New Issue
Block a user