Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

The on(:event_name) method should take multiple events #132

Closed
sollycatprint opened this issue Jun 13, 2016 · 1 comment
Closed

The on(:event_name) method should take multiple events #132

sollycatprint opened this issue Jun 13, 2016 · 1 comment

Comments

@sollycatprint
Copy link

From @catmando on March 2, 2016 23:0

For example

Foo().on(:save) { do_something }.on(:cancel) { do_something}

should be

Foo().on(:save, :cancel) {do_something}

Copied from original issue: zetachang/react.rb#132

@catmando
Copy link
Contributor

catmando commented Sep 7, 2016

closed

@catmando catmando closed this as completed Sep 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants