Displaying 1 result from an estimated 1 matches for "3anetscape".
2006 Jan 29
2
problem with xul/prototype experiment: "bind" method not found
Hi everyone,
I was playing around with xul + prototype, and everything seemed to be
going well until I ran into a wall - there seems to be some problem I
can''t explain with Function.prototype.bind, for instance when I run
this code:
try {
new Ajax.Request("http://localhost:3000/search/hello", {
onComplete: this.onHelloComplete.bind(this)
});
} catch