benbjohnson / melomel

External ActionScript Interface.
https://github.com/benbjohnson/melomel/wiki
Other
42 stars 8 forks source link

ObjectProxy should supply chainable methods #49

Open wmadden opened 12 years ago

wmadden commented 12 years ago

It'd be really useful if ObjectProxy provided some (or all) of the methods on Bridge, especially the find methods.

Then,

a = Melomel.find("a") b = Melomel.find("b")

would be equivalent to

b = Melomel.find("a").find("b")