Closed retrohacker closed 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 || {}
var peerWeb = peerWeb || {}
This has been completed over a couple of commits
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 || {}