Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h5controllerboundではインスタンスが入っているが、unboundのときはインスタンスが入っていない。 API対称性、unbound時にインスタンスを必要とすることがあるという都合から unbound時にも対象コントローラインスタンスをイベント引数に含めるようにする。
The text was updated successfully, but these errors were encountered:
hifive#152 controllerunboundイベント時に、unbindされたコントローラインスタンスを渡すよう修正。
c036924
hifive#152 h5controllerboundをトリガするとき、引数を配列で囲わないよう修正。
479469d
mtakeuchi
No branches or pull requests
h5controllerboundではインスタンスが入っているが、unboundのときはインスタンスが入っていない。
API対称性、unbound時にインスタンスを必要とすることがあるという都合から
unbound時にも対象コントローラインスタンスをイベント引数に含めるようにする。
The text was updated successfully, but these errors were encountered: