Posts Tagged ‘Prototype Library’

JavaScript Options Object

Tuesday, February 10th, 2009

I don’t know how many times in the past I have found myself using a class and I want to change only one of the optional parameters but it just so happens to be the last argument.  In order to avoid changing the default value I have to look at the objects source code.  There are two ways to avoid this issue.

(more…)