From 4fc9755906f02d4b715f89c8d54191dd5d700478 Mon Sep 17 00:00:00 2001 From: Mark Salsbery Date: Mon, 21 Oct 2013 17:16:25 -0700 Subject: [PATCH] changelog.txt update Grammar fix! --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9a78b48f..dcbe8cae 100644 --- a/changelog.txt +++ b/changelog.txt @@ -30,7 +30,7 @@ OPENSEADRAGON CHANGELOG * Added a number of easier coordinate conversion methods to viewport (#243) * Added the ability to create a viewer and start at a specified page (#252) * Fixed image resolve issue with collection mode (#255) -* DOM events are now passed through as 'event.originalEvent' in viewer and button events where appropriate. Effects the following events: +* DOM events are now passed through as 'event.originalEvent' in viewer and button events where appropriate. Affects the following events: * Viewer: 'canvas-release', 'canvas-click', 'canvas-drag', 'canvas-scroll', 'container-enter', 'container-exit', 'container-release' * Button: 'enter', 'exit', 'press', 'release', 'focus', 'blur', 'click'