diff --git a/comcastify.js b/comcastify.js index 44486c6..89980a8 100644 --- a/comcastify.js +++ b/comcastify.js @@ -47,12 +47,12 @@ var comcastifyjs = (function () { var params = { elements: args.elements || document.getElementsByTagName('img'), // elements affected - boxColor: args.boxColor || '#000000', // color of box overlay - loadMaxPercent: args.loadMaxPercent || 0.0, // max percentage to load images - loadSpeed: args.loadSpeed || 500, // how often in ms to pass - randLoadIncrement: args.randLoadIncrement || false, // true to randomize load increment - loadIncrement: args.loadIncrement || 1, // pixels to load per pass - randomPause: args.randomPause || 0.0 // probability of skipping a pass + boxColor: args.boxColor || '#000000', // color of box overlay + loadMaxPercent: args.loadMaxPercent || 0.0, // max percentage to load images + loadSpeed: args.loadSpeed || 500, // how often in ms to pass + randLoadIncrement: args.randLoadIncrement || false, // true to randomize load increment + loadIncrement: args.loadIncrement || 1, // pixels to load per pass + randomPause: args.randomPause || 0.0 // probability of skipping a pass }; // make 'em load slow