On 11/17/06, Andrea Ercolino <[EMAIL PROTECTED]> wrote:
>
> I don't understand how to apply the workaround.
>
> It's fine to adjust the script which control the loading, and I think your
> last workaround say how to do it, but I don't understand it. Could you
> please reference my test code?

For your test code the fix must be applied to crc32-safest.js.  You
must change the line:

function crc32( str ) {

to

crc32 =  function( str ) {

As far as my own testing goes, that should work. It changes the scope
of crc32 from local to global.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to