From 6809ec9914db06d307006ea281a19d74cc95a37b Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Mon, 2 Feb 2015 01:37:37 +0000 Subject: [PATCH] Fix typo --- core/main/client/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/client/browser.js b/core/main/client/browser.js index 663376ab2..1d983a418 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -1340,7 +1340,7 @@ beef.browser = { return '40' } ; // Chrome 40 - if (this.is409iOS()) { + if (this.isC40iOS()) { return '40' } ; // Chrome 40 for iOS