diff --git a/js/privatebin.js b/js/privatebin.js index bbb2fe7..0417286 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;