Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
chore(BaseConfig): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doktordirk committed May 20, 2016
1 parent 70dfb81 commit 6481c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class BaseConfig {
oauthType: '2.0',
popupOptions: { width: 452, height: 633 },
state: function() {
var rand = Math.random().toString(36).substr(2);
let rand = Math.random().toString(36).substr(2);
return encodeURIComponent(rand);
}
},
Expand Down

0 comments on commit 6481c85

Please sign in to comment.