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

Strange conversion of nested arrays to Observe.List #172

Closed
wclr opened this issue Nov 24, 2012 · 1 comment
Closed

Strange conversion of nested arrays to Observe.List #172

wclr opened this issue Nov 24, 2012 · 1 comment
Assignees
Labels

Comments

@wclr
Copy link
Contributor

wclr commented Nov 24, 2012

var test = new Observe.List([[1,2], [3,4], [5,6]])

console.log(test) // -> [1, 2, jQuery182010308363568037748: Object, _cid: ".observe3"]

so [3,4] and [5,6] just gone.

I would expect items [1,2] and [3,4] and [5,6] to be converted to Observe.List and test be Observe.List containing these items.

@daffl
Copy link
Contributor

daffl commented Nov 27, 2012

You are absolutely right. I could easily reproduce it in a test as well and will look into fixing it.

@ghost ghost assigned daffl Nov 27, 2012
@daffl daffl closed this as completed in e9eb267 Nov 27, 2012
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