On 12/14/10 10:25 AM, Tab Atkins Jr. wrote:
Looking just at the problem itself, it's an open question as to whether it would be simpler to hold a reference to the template or just create the appropriate data structures out of the template. Likely, you'll be doing the latter in C++ anyway, so pushing them out into js as well feels pretty natural.
Wait. Are we talking about exposing details about the template to JS somewhere? Where? And why?
-Boris