scrutinizer issues

This commit is contained in:
thororm 2017-04-02 19:11:49 +02:00
parent ec9fb750b4
commit 1a1369ff53
1 changed files with 3 additions and 3 deletions

View File

@ -2163,9 +2163,9 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
var AttachmentViewer = (function (window, document) { var AttachmentViewer = (function (window, document) {
var me = {}; var me = {};
me.$attachmentLink; me.$attachmentLink = undefined;
me.$attachmentPreview; me.$attachmentPreview = undefined;
me.$attachment; me.$attachment = undefined;
var attachmentHasPreview = false; var attachmentHasPreview = false;