From b3d1fcdbb4d2921bdcb8a6b69348288d5f589f23 Mon Sep 17 00:00:00 2001 From: thatcher Date: Tue, 17 Jan 2012 23:13:29 -0500 Subject: [PATCH] 0.8.19 - missing comment commit --- openseadragon.js | 4 ++-- src/openseadragon.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openseadragon.js b/openseadragon.js index 46be7299..954d5914 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -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; }, diff --git a/src/openseadragon.js b/src/openseadragon.js index 1e5d3ade..d375af86 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -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; },