Skip to content
Snippets Groups Projects
Commit 91b7e6e2 authored by Brian Warner's avatar Brian Warner
Browse files

dialog.js: oops, 'var'ify that accidental global

parent b22a4f8f
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ BrowserID.Modules.Dialog = (function() {
// rely upon the RP to do that. In particular we must guard against
// these strings containing <script> tags. We will populate a new
// object ("params") with suitably type-checked properties.
params = {};
var params = {};
params.hostname = user.getHostname();
// verify params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment