August 2008
1 post
Prototype.js, IE, and method not found
Prototype has two ways of calling a prototype method on an object. The first is the one most people will use: the object is — to borrow a phrasing from a co-worker — ‘prototype-ized’, and then methods can be directly called on it using dot syntax. In the second, static* methods may be called on an object by accessing the method via the class definition and passing in the...