Name: Anonymous 2011-12-18 16:36
an object with "call"/"apply" properties should be "callable"
eg,
eg,
anus = {
"call": function(){ ... }
}
anus() // same as anus.call(anus)