Skip to content

Commit

Permalink
Merge pull request #39 from WiserTogether/smal
Browse files Browse the repository at this point in the history
field error, Fixes #38
  • Loading branch information
odiseo42 committed Apr 15, 2014
2 parents 3582b6e + 45941b2 commit f672159
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 117 deletions.
137 changes: 73 additions & 64 deletions chiropractor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chiropractor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chiropractor.min.map

Large diffs are not rendered by default.

90 changes: 46 additions & 44 deletions chiropractor.nodeps.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions chiropractor.nodeps.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chiropractor.nodeps.min.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/views/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ define(function(require) {
if (model) {
id = model.fieldId(fieldName);
//console.log(model);
value = model.get(field.id);
if (field) {
value = model.get(field.id);
}
}

_.defaults(opts, {
Expand Down

0 comments on commit f672159

Please sign in to comment.