exception thrown and not caught in most recent jquery min

exception thrown and not caught in most recent jquery min

Not sure how much this can actually influence anything, I'm getting a warning message from internet explorer's javascript debugger for jquery.min.js (I load the most recent version from Google's CDN):

Error details Web page

User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Sun, 6 Mar 2011 14:40:13 UTC



Message: Exception thrown and not caught
Line: 16
Character: 39978
Codice: 0

Opening up the "developer tools" it highlights this in the code:

k.error=function(a){throw"Syntax error, unrecognized expression: "+a};


John R. D'Orazio