Comment #4 on issue 30 by [email protected]: The JS version is not reentrant -- thus impossible to have templates include other templates http://code.google.com/p/json-template/issues/detail?id=30
OK, so in JavaScript, if you don't use "var", then the variables automatically become globals? Weird. Do you have a snippet that can reproduce it? I can certainly just add "var" to those statements, but I would like a regression test too. That can go here: http://code.google.com/p/json-template/source/browse/trunk/javascript/browser_tests.py The browser_tests.py file generates an HTML file (via jsontemplate_test.py --browser-test-out-dir) that can be run in a browser. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JSON Template" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/json-template?hl=en -~----------~----~----~----~------~----~------~--~---
