codeforamerica / lexington-qold

Lexington Housing Dashboard
http://codeforamerica.github.io/lexington-qold
ISC License
8 stars 8 forks source link

Minimize globals #60

Closed eeeschwartz closed 9 years ago

eeeschwartz commented 9 years ago

This begins the process of moving variables and functions out of the global namespace. The next step would be inspecting the 'globals' object and thinking through cohesive functionality that could form its own proper object.

livienyin commented 9 years ago

Whoa so much clean up! NICE.