Reputation: 1695
I working on a Bug for more than 2 hours and it is driving me nuts. I am getting script error
Microsoft JScript runtime error: Object doesn't support property or method 'corner'
when I try to navigate to a page. I tried checking the jquery version and stuff but cannot get over the error. any ideas on what I am missing?
thanks
Upvotes: 0
Views: 2014
Reputation: 590
I guess the object is null. It might be that the value is either missing.look at your method signature and also the imports
Upvotes: 1