Javascript Methodname is replaced with !==

Posted by dasheddot on Stack Overflow See other posts from Stack Overflow or by dasheddot
Published on 2010-06-08T07:02:15Z Indexed on 2010/06/08 7:12 UTC
Read the original article Hit count: 133

Filed under:
|
|

Hey!

On the server lies a html file with javascript code included. This javascript code includes a method called something like "CheckObject".

This file works for all users, except one specific (but important). He gets a javascript error and in his browser sourcode appears something unbelievable: The methodname "CheckObject" is replaced with "Check!==ect", means the "Obj" of the method name is replaced with !==.

Why could that be?

Hope anybody can help me! Best regards

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html