From 2f681c51e26f258e560dfcd62cb88d696741019c Mon Sep 17 00:00:00 2001 From: "scotty.b.brown@gmail.com" Date: Sat, 18 Jun 2011 23:44:24 +0000 Subject: [PATCH] Knew i would miss one. git-svn-id: https://beef.googlecode.com/svn/trunk@999 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- 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 038c47c4f..bfcddcf7c 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -239,7 +239,7 @@ beef.browser = { C9: this.isC9(), // Chrome 9 C10: this.isC10(), // Chrome 10 C11: this.isC11(), // Chrome 11 - C11: this.isC12(), // Chrome 12 + C12: this.isC12(), // Chrome 12 C: this.isC(), // Chrome any version FF2: this.isFF2(), // Firefox 2 FF3: this.isFF3(), // Firefox 3