A simple "global" registry/storage plugin
Hi guys,
Wrote a simple "global" registry/storage plugin (kind of like jQuery.data but global) the other day that is being used in a big JS/jQuery project I'm involved in.
It has unlimited name space support and you can even lock variables from being overwritten :)
Take a look at: <a href="http://pastie.caboo.se/156664">http://pastie.caboo.se/156664</a>
Might be usefull for someone.
/Christian