$.access

$.access

Hi guys,
I've found a method in the main jquery file which has the line:

return $.access( thisfunction( elem, method, val ) { 

Can anyone tell me what $.access does? I can't find any reference to it in the docs.
Is it a native js method, maybe? I can't find any access to that either!
Any help would be appreciated...

Thanks


James