retrohacker / peerweb

Welcome to the Decentralized Web
http://will.blankenship.io/peerweb
MIT License
118 stars 9 forks source link

Scope all frontend UI code #6

Closed retrohacker closed 8 years ago

retrohacker commented 8 years ago

Need to wrap all functions in a scoping function to prevent polluting the global space. Then we need to carry a global singleton around that we attach truly global objects to. I.E. var peerWeb = peerWeb || {}

retrohacker commented 8 years ago

This has been completed over a couple of commits