Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
fixed comments alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
iagowp committed Sep 19, 2014
1 parent 2067de0 commit 9f4f18a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions comcastify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f4f18a

Please sign in to comment.