Hi,
I just started experimenting with Web Components and I have a couple of questions.
1) In Sandbox, to bind an attribute of an element to another, it uses the "this.$." object. How do I achieve the same when there is no top level element like the <tk-app> in Sandbox and I just have a few polymer-elements inside the <body>? If I have to keep the markup as readable as the Sandbox app ("$._id_.property" is extremely simple and I love it), do I need to attach a $ object to body and maintain it myself?
2) I was trying to make a Mozilla Brick element talk to a polymer element but if I include polymer and brick.js in the same file, I get an exception in "deprecated.js". All I've done is to include both .js files in the head. What might be the issue here?

Finally, thank you very much for developing this toolkit. It looks very promising.
Cheers!
Bhargava