Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.4 Release
-
None
-
None
-
IE7
Description
If I add some new properties on Javascript Object by prototype mechanism,JS will throw exeception on executing client validation.
For example:
Object.prototype.myProperty="test";