From: Mark Donnelly Date: Tue, 13 Jan 2015 14:30:48 +0000 (-0500) Subject: Change chrome to match the camelCase navigator.gssEap X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=bc706fcfa838056e8f8d0ff58f945f44c68992c1 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. --- 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;