impressivewebs / HTML9-Responsive-Boilerstrap-js

HTML9 Responsive Boilerstrap JS
https://html9responsiveboilerstrapjs.com/
1.41k stars 228 forks source link

Refactoring for clarity (And performance as a bonus) #122

Open NotBobTheBuilder opened 9 years ago

NotBobTheBuilder commented 9 years ago

The variable document was referenced 19 times before this change. Document is a very long word so I refactored it to make it easier to read.

Also because the new variable name is shorter it must be faster, because of science.

kenorb commented 8 years ago

It's much more clearer now, great job.