By mswatcher
via dean.edwards.name
Published: May 26 2008 / 02:32
I’m currently developing a templating system in JavaScript and ran into a problem with scope. The problem is that my template scripts have access to all of the global (window) object’s properties and methods. I don’t want this. I want my template scripts to run in a separate, closed environment. Template scripts shouldn’t be able to address anything in the browser window. This could potentially lead to disaster.
Tweet
SaveShareSend
Tags: javascript
Add your comment