Showing posts with label opera. Show all posts
Showing posts with label opera. Show all posts

Friday, February 19, 2010

java script error in opera for list keyword object

Today i faced a tricky problem in opera with java script.

i had created a object in javascript with name list.
var list = {
create : function () {alert('vinod');
}
}
and i called the list.save function in my code. In FF and chrome it is working fine. But in opera it was throwing the following error