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

allow for optional, undefined attributes #310

Merged
merged 1 commit into from
Sep 16, 2014

Conversation

angus-c
Copy link
Contributor

@angus-c angus-c commented Sep 12, 2014

No description provided.

@@ -59,7 +59,7 @@ define(

for (var key in this.attrDef.prototype) {
if (typeof attrs[key] == 'undefined') {
Copy link
Contributor

Choose a reason for hiding this comment

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

while you're in here, there's an extra space before the ==

danwrong added a commit that referenced this pull request Sep 16, 2014
@danwrong danwrong merged commit 6958b42 into master Sep 16, 2014
@necolas necolas deleted the allow_undefined_optional_attrs branch October 29, 2014 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants