From d9ab0854ae009b51252a19d6ccc9f0d2b262fb69 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 4 Jul 2014 20:18:30 -0700 Subject: [PATCH] this should be nodes.thumbs --- src/Images/Gallery.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Images/Gallery.coffee b/src/Images/Gallery.coffee index 9a6353535..c1ff9a1dd 100644 --- a/src/Images/Gallery.coffee +++ b/src/Images/Gallery.coffee @@ -128,7 +128,7 @@ Gallery = {nodes} = Gallery {name} = nodes - $.rmClass el, 'gal-highlight' if el = $ '.gal-highlight', Gallery.thumbs + $.rmClass el, 'gal-highlight' if el = $ '.gal-highlight', nodes.thumbs $.addClass @, 'gal-highlight' elType = 'img'