From 9c8beb0cc5d99e0d44d4fae5a2ffee407e7736b9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 29 Apr 2013 11:05:27 +0200 Subject: [PATCH] Add semi-colon. --- web/js/002-preloadimages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/002-preloadimages.js b/web/js/002-preloadimages.js index f18636b..da0e15a 100644 --- a/web/js/002-preloadimages.js +++ b/web/js/002-preloadimages.js @@ -8,4 +8,4 @@ cache.push(cacheImage); } } -})(jQuery) \ No newline at end of file +})(jQuery);