in reply to Re: Re: Re: Compressing/Obfuscating a Javascript file
in thread Compressing/Obfuscating a Javascript file
function InitializeTree (objBlah) { // Set up the event handling. with (objBlah) { test = function test2() { doSomethingHere(); }; } return (0); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Compressing/Obfuscating a Javascript file
by tachyon (Chancellor) on Oct 10, 2001 at 07:55 UTC | |
by Incognito (Pilgrim) on Oct 10, 2001 at 21:12 UTC |