Skip to content

Conversation

@jzaefferer
Copy link
Member

...s). Fixes #159

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The only exception are arrays"

There's a plurality mismatch here. Either "The only exception is arrays" or "Arrays are the only exception."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exceptions is => This exception is

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should say "potentially huge". While performance is certainly an issue for large data sources, we need to keep the reference to the actual items regardless of the size. I believe we made this change when working with small data sources because we needed data binding to stay in tact.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammatical suggestions.

"All options passed on init are deep-copied, to ensure the objects can be modified later without affecting the widget." (drop the comma)

"The only exception are arrays, those are just referenced as-is." --> "The only exception are arrays, which are referenced as-is."

This looks fine to me.

@jzaefferer
Copy link
Member Author

Updated

@scottgonzalez
Copy link
Member

Looks good.

@tjvantoll
Copy link
Member

+1

@jzaefferer jzaefferer merged commit 930b377 into master Sep 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Document behavior of options passed on init

4 participants