BYK/av-jslib

Moving into a single namespace

Opened this issue · 0 comments

On which module this enhancement will be?
All modules

What is the enhancement exactly?
All the "ext" modules should stop manipulating global objects and all the 
functions under them should be moved to their own sub namespaces under aV 
namespace.

Why do you need this enhancement?
This behavior will ensure the ability to play well with other scripts in the 
page as well as it will ensure safe future-proof operations.

If you have any thoughts or suggestions for the implementation, please
write them below.
ES5 enhancements though should be moved to a separate project named ES5Toolkit 
since they are needed for smooth transition to ES5.

Original issue reported on code.google.com by madBYK on 13 Aug 2010 at 4:11