mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
0.8.19 - missing comment commit
This commit is contained in:
parent
d38bc75180
commit
b3d1fcdbb4
@ -305,7 +305,7 @@ OpenSeadragon = window.OpenSeadragon || (function(){
|
||||
})();
|
||||
|
||||
//TODO: $.Debug is often used inside a try/catch block which generally
|
||||
// prevents allows errors to occur without detection until a debugger
|
||||
// prevents allowings errors to occur with detection until a debugger
|
||||
// is attached. Although I've been guilty of the same anti-pattern
|
||||
// I eventually was convinced that errors should naturally propogate in
|
||||
// all but the most special cases.
|
||||
@ -401,7 +401,7 @@ OpenSeadragon = window.OpenSeadragon || (function(){
|
||||
"Unknown event mouse position, no known technique."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return result;
|
||||
},
|
||||
|
||||
|
@ -305,7 +305,7 @@ OpenSeadragon = window.OpenSeadragon || (function(){
|
||||
})();
|
||||
|
||||
//TODO: $.Debug is often used inside a try/catch block which generally
|
||||
// prevents allows errors to occur without detection until a debugger
|
||||
// prevents allowings errors to occur with detection until a debugger
|
||||
// is attached. Although I've been guilty of the same anti-pattern
|
||||
// I eventually was convinced that errors should naturally propogate in
|
||||
// all but the most special cases.
|
||||
@ -401,7 +401,7 @@ OpenSeadragon = window.OpenSeadragon || (function(){
|
||||
"Unknown event mouse position, no known technique."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
return result;
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user