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

ObservableItemに属するObservableArrayのrelatedItemからObservableItemのインスタンスを取得できない #263

Closed
fukudayasuo opened this issue Jan 17, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@fukudayasuo
Copy link

ObservableArrayのrelatedItemにはObservableArrayが属するDataItemまたはObservableItemのインスタンスが格納されているはずだが、ObservableItemに属するObservableArrayのrelatedItemからObservableItemのインスタンスが取得できない。

var item = h5.core.data.createObservableItem({
    ary: {
        type: 'any[]'
    }
});
item.get('ary').relatedItem !== item;
fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue Jan 17, 2014
@fukudayasuo
Copy link
Author

JSDoc記述しました 
1e02603

@simdy simdy added the bug label Feb 25, 2014
@simdy simdy added this to the v1.1.9 milestone Feb 25, 2014
@simdy simdy closed this as completed Feb 25, 2014
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

2 participants