Skip to content

Commit

Permalink
fix: correction on deferred deep linking comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jun 17, 2017
1 parent 69cfaed commit 5b7691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b7691e

Please sign in to comment.