The ability to limit the scope of a script tag would be desired too. Something like:
<script> var notsoglobalobject = {}; </script> <script global-object="notsoglobalobject" src="yourevilscript.js"></script>
But stuff like these are both hard to design and hard to make real standards.
I think he would have some great suggestions. :)
The ability to limit the scope of a script tag would be desired too. Something like:
<script> var notsoglobalobject = {}; </script> <script global-object="notsoglobalobject" src="yourevilscript.js"></script>
But stuff like these are both hard to design and hard to make real standards.