Tagged Questions
14
votes
6answers
2k views
Wiring code in JavaScript
I'm currently facing a conundrum: What is the right way to wire together 2 javascript objects?
Imagine an application like a text editor with several different files. I have some HTML page that ...