Creating Divergent Javascript Class Methods With Self-Executing Functions
Updated: 2010-11-29 15:08:00
A while back, I blogged about overloading Javascript function signatures using a sub-function approach . In that blog entry, I advocated factoring out divergent functionality into separate functions that were ultimately members of the primary function. In that approach, all three functions were publicly available; after reading ... ead More raquo;