From 9f4f18ab350e6c3cec916c4d000aa05c80cc4cde Mon Sep 17 00:00:00 2001 From: iagowp Date: Thu, 18 Sep 2014 21:00:37 -0700 Subject: [PATCH] fixed comments alignment --- comcastify.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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