Skip to content
New issue

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

ObservableArrayのconcat()が仕様通りに動作しない #154

Closed
simdy opened this issue Jan 25, 2013 · 1 comment
Closed

ObservableArrayのconcat()が仕様通りに動作しない #154

simdy opened this issue Jan 25, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@simdy
Copy link
Member

simdy commented Jan 25, 2013

array.concat()は配列の要素が結合された新しい配列を返すのが仕様だが、
ObservableArrayのconcat()だと、ObservableArray自体が1つの要素として扱われてしまう。

また、ネイティブ配列のconcatの引数としてObservableArrayインスタンスを渡した場合も
やはりObsArrayインスタンスが1つの要素のように扱われてしまう。

@ghost ghost assigned simdy Jan 25, 2013
@simdy
Copy link
Member Author

simdy commented Jan 25, 2013

#155 の一環として対応。

simdy pushed a commit to hifive-labs/hifivemain that referenced this issue Mar 8, 2013
@simdy simdy closed this as completed Mar 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant