From b16d2d0bebd74b514db63b67fd2851f10930da8b Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 20 Sep 2010 19:12:28 +0000 Subject: [PATCH] fixed comment --- resources/jquery/jquery.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/jquery/jquery.client.js b/resources/jquery/jquery.client.js index aae5cf24f2..3ff4a40fab 100644 --- a/resources/jquery/jquery.client.js +++ b/resources/jquery/jquery.client.js @@ -14,7 +14,7 @@ jQuery.client = new ( function() { * * The resulting client object will be in the following format: * { - * 'name': 'firefox', + * 'browser': 'firefox', * 'layout': 'gecko', * 'os': 'linux' * 'version': '3.5.1', -- 2.20.1