Kaynağa Gözat

scrutinizer issues

thororm 9 yıl önce
ebeveyn
işleme
1a1369ff53
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      js/privatebin.js

+ 3 - 3
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;