From bc706fcfa838056e8f8d0ff58f945f44c68992c1 Mon Sep 17 00:00:00 2001 From: Mark Donnelly Date: Tue, 13 Jan 2015 09:30:48 -0500 Subject: [PATCH] Change chrome to match the camelCase navigator.gssEap During the firefox development we opted to standardize on camelCase for navigator.gssEap, but forgot to update the provided object from the chrome library here, so the tester, etc., broke. --- chrome/app/navigator.gss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/app/navigator.gss.js b/chrome/app/navigator.gss.js index a2ed28c..432adae 100644 --- a/chrome/app/navigator.gss.js +++ b/chrome/app/navigator.gss.js @@ -299,4 +299,4 @@ var GSSEap = (function () return GSSEap; })(); -navigator.gss_eap = GSSEap; +navigator.gssEap = GSSEap; -- 2.1.4