Skip to content

Commit

Permalink
Merge pull request #336 from BranchMetrics/force-npm-update
Browse files Browse the repository at this point in the history
fix: correction on deferred deep linking comment
  • Loading branch information
ethanneff authored Jun 17, 2017
2 parents 69cfaed + 5b7691e commit 2eaff07
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 2eaff07

Please sign in to comment.