mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 14:23:32 +03:00
0.8.19 - missing comment commit
This commit is contained in:
parent
d38bc75180
commit
b3d1fcdbb4
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue