Vladimir Sedach vsedach@gmail.com writes:
Is there any browser on which that code is failing? foo['bar'] is equivalent to foo.bar and so foo['bar'](baz) should be as valid a function call as foo.bar(baz)
No there isn't. I agree, they are equivalent. I guess my eagerness to contribute outweighed my javascript mojo :)
Thanks, Russell