diff options
| author | 2016-08-06 13:18:46 +0200 | |
|---|---|---|
| committer | 2016-08-06 13:18:46 +0200 | |
| commit | 3652dea854200f31492a71243727f6a1be317c4a (patch) | |
| tree | 6c595170a1abdf036063419e5b3bc5acff96a9f9 /p/scripts/install.js | |
| parent | 8ffb02e4d12b05bd142216dec75574f5a6bae64e (diff) | |
JSHint and safer async init_normal
Diffstat (limited to 'p/scripts/install.js')
| -rw-r--r-- | p/scripts/install.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/scripts/install.js b/p/scripts/install.js index 57fc2450a..d7f4e7b02 100644 --- a/p/scripts/install.js +++ b/p/scripts/install.js @@ -1,4 +1,5 @@ "use strict"; +/* jshint globalstrict: true */ function show_password() { var button = this; |
