mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 23:11:04 -04:00
improving code quality issues suggested by JSHint
This commit is contained in:
parent
49fffbb876
commit
72acc95326
9 changed files with 275 additions and 194 deletions
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
var common = require('../common');
|
||||
require('../common');
|
||||
|
||||
describe('Prompt', function () {
|
||||
// TODO: this does not test the prompt() fallback, since that isn't available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue