Change chrome to match the camelCase navigator.gssEap
authorMark Donnelly <mark@painless-security.com>
Tue, 13 Jan 2015 14:30:48 +0000 (09:30 -0500)
committerMark Donnelly <mark@painless-security.com>
Tue, 13 Jan 2015 14:30:48 +0000 (09:30 -0500)
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

index a2ed28c..432adae 100644 (file)
@@ -299,4 +299,4 @@ var GSSEap = (function ()
     return GSSEap;
 })();
 
-navigator.gss_eap = GSSEap;
+navigator.gssEap = GSSEap;