We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#170, #178 に伴い、ObservableArrayでイベントが発生する場合、それは内容の変更を伴うメソッドの呼び出しであることが自明となる。
イベントの意味を明確にするため
とイベント名を変更する。
また、同時にisDestructiveフラグも同様の理由により削除する。
The text was updated successfully, but these errors were encountered:
hifive#179 ObsArrayのイベント名変更対応(observe -> change)
6de1d1e
hifive#179 changeBefore/changeイベント内のisDestructiveフラグを削除
e5568ad
simdy
No branches or pull requests
#170, #178 に伴い、ObservableArrayでイベントが発生する場合、それは内容の変更を伴うメソッドの呼び出しであることが自明となる。
イベントの意味を明確にするため
とイベント名を変更する。
また、同時にisDestructiveフラグも同様の理由により削除する。
The text was updated successfully, but these errors were encountered: