From 111bb5f92936f4e95e9951202852cf8d7f3d3107 Mon Sep 17 00:00:00 2001 From: Sam Braun Date: Tue, 16 Sep 2014 22:42:51 -0500 Subject: [PATCH] Update comcastify.js missing semicolon --- comcastify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comcastify.js b/comcastify.js index 73ebdc1..44486c6 100644 --- a/comcastify.js +++ b/comcastify.js @@ -97,7 +97,7 @@ var comcastifyjs = (function () { setTimeout(slowloadModiferCallback(slowload, modParamPerImg), params.loadSpeed); } } - } + }; }; return { @@ -105,4 +105,4 @@ var comcastifyjs = (function () { fixMyImagesLoadingSoFast: slowImages }; -})(); \ No newline at end of file +})();