praekeltfoundation / diamondash

Dashboard for how we use Graphite
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Better scoping for client side modules #68

Closed justinvdm closed 11 years ago

justinvdm commented 11 years ago

Currently, the client side 'modules' are wrapped with an enclosing function to ensure nothing is put into the global namespace. Being able to scope things at the module level would be nicer and more useful.

justinvdm commented 11 years ago

Ready for review

hodgestar commented 11 years ago

:+1: