juancabrera / demos

Prototypes and demos used in code.juan.me
MIT License
16 stars 1 forks source link

Whitespace inconsistent #1

Open jtwalters opened 10 years ago

jtwalters commented 10 years ago

Minor issue — your js code contains mixed tabs and spaces, and some trailing spaces. It's best to use only tabs or spaces for indentation, so that your code lines up as you intended.

juancabrera commented 10 years ago

@jtwalters yeah, for the demo I took some code from my codepen account so I mixed it up. Will fix it!