From 5b7691e84acb1b1c3048a943995300fe26a78d57 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Sat, 17 Jun 2017 14:14:46 -0700 Subject: [PATCH] fix: correction on deferred deep linking comment --- src/branch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch.js b/src/branch.js index 9d0e6346..addc5db6 100644 --- a/src/branch.js +++ b/src/branch.js @@ -58,7 +58,7 @@ Branch.prototype.initSession = function (deepLinkDataListener) { // missing deep link data return console.warn('BRANCH SDK: No callback in initSession and no global DeepLinkHandler method. No Branch deep link data will be returned. Docs https://goo.gl/GijGKP') } else if (!disableGlobalListenersWarnings && window.DeepLinkHandler !== undefined && window.DeepLinkHandler.toString() !== deepLinkDataParser.toString()) { - // deprecated 3.0.0: open and non deep link data will pass into DeepLinkHandler + // deprecated 2.5.0: open and non deep link data will pass into DeepLinkHandler console.warn('BRANCH SDK: Your DeepLinkHandler has changed. It will now pass non-Branch data. Docs https://goo.gl/GijGKP') } else { // from iOS and Android SDKs to JavaScript