mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-08 09:25:15 -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
|
@ -40,7 +40,7 @@ describe('AttachmentViewer', function () {
|
|||
} else {
|
||||
$.PrivateBin.AttachmentViewer.setAttachment(data);
|
||||
}
|
||||
var attachement = $.PrivateBin.AttachmentViewer.getAttachment()
|
||||
var attachement = $.PrivateBin.AttachmentViewer.getAttachment();
|
||||
results.push(
|
||||
$.PrivateBin.AttachmentViewer.hasAttachment() &&
|
||||
$('#attachment').hasClass('hidden') &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue