From 1a1369ff53162f07afc184e16d492739bf506385 Mon Sep 17 00:00:00 2001 From: thororm Date: Sun, 2 Apr 2017 19:11:49 +0200 Subject: [PATCH] scrutinizer issues --- js/privatebin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/privatebin.js b/js/privatebin.js index bbb2fe76..04172860 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2163,9 +2163,9 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) { var AttachmentViewer = (function (window, document) { var me = {}; - me.$attachmentLink; - me.$attachmentPreview; - me.$attachment; + me.$attachmentLink = undefined; + me.$attachmentPreview = undefined; + me.$attachment = undefined; var attachmentHasPreview = false;