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 +})();