From 2fdd9b6e91d46a950c1b9a7357048db7ba6d163d Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Thu, 17 Jul 2014 13:38:23 -0700 Subject: [PATCH] Forgot to save --- builds/appchan-x.user.js | 1 - builds/crx/script.js | 1 - src/Images/ImageLoader.coffee | 1 - 3 files changed, 3 deletions(-) diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 08b54cfd8..756d849fa 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -11298,7 +11298,6 @@ file.style.maxWidth = style.maxWidth; file.loop = true; file.autoplay = Conf['Autoplay']; - this.file.thumb = file; if (Conf['Image Hover']) { $.on(file, 'mouseover', ImageHover.mouseover); } diff --git a/builds/crx/script.js b/builds/crx/script.js index 85296f619..21946aa1a 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -11309,7 +11309,6 @@ file.style.maxWidth = style.maxWidth; file.loop = true; file.autoplay = Conf['Autoplay']; - this.file.thumb = file; if (Conf['Image Hover']) { $.on(file, 'mouseover', ImageHover.mouseover); } diff --git a/src/Images/ImageLoader.coffee b/src/Images/ImageLoader.coffee index f118280f1..8934d8295 100755 --- a/src/Images/ImageLoader.coffee +++ b/src/Images/ImageLoader.coffee @@ -46,7 +46,6 @@ ImageLoader = file.style.maxWidth = style.maxWidth file.loop = true file.autoplay = Conf['Autoplay'] - @file.thumb = file $.on file, 'mouseover', ImageHover.mouseover if Conf['Image Hover']