From 70e1fe5a4bc8be647cdfd011fee4e4d7eaf8bff0 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Mon, 15 Dec 2008 18:46:20 -0800 Subject: [PATCH] Fix for misplaced ; in CPCompatibility --- AppKit/CPCompatibility.j | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppKit/CPCompatibility.j b/AppKit/CPCompatibility.j index 787d3cb8c..f11ab5d39 100644 --- a/AppKit/CPCompatibility.j +++ b/AppKit/CPCompatibility.j @@ -52,8 +52,7 @@ CPJavaScriptNegativeMouseWheelValues = 1 << 22; CPOpacityRequiresFilterFeature = 1 << 23; -var USER_AGENT = ""; - +var USER_AGENT = "", PLATFORM_ENGINE = CPUnknownBrowserEngine, PLATFORM_FEATURES = 0;