From e8adefbe6e88cd46401ed96516ff94a2ffb17306 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 8 Jun 2022 15:06:58 -0700 Subject: [PATCH] Minor fix to previous PR --- src/control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control.js b/src/control.js index 65839eb7..43abf65c 100644 --- a/src/control.js +++ b/src/control.js @@ -79,7 +79,7 @@ $.Control = function ( element, options, container ) { { $.console.error("Passing an anchor directly into the OpenSeadragon.Control constructor is deprecated; " + "please use an options object instead. " + - "Support for this deprecated variant is scheduled for removal in December 2022"); + "Support for this deprecated variant is scheduled for removal in December 2013"); options = {anchor: options}; } options.attachToViewer = (typeof options.attachToViewer === 'undefined') ? true : options.attachToViewer;