Skip to content

Commit

Permalink
Merge pull request #53 from legalthings/Group_name_data_breaks_Ractive
Browse files Browse the repository at this point in the history
Prevent autocreation of `data` property
  • Loading branch information
jasny authored May 11, 2017
2 parents 285cc79 + d10825e commit 79b08aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@
defaults: options.defaults,
computed: options.computed,
meta: options.meta,
locale: 'en'
locale: 'en',
resolveInstanceMembers: false //prevent autocreation of `data` value, containing all ractive values
});

var helptext = builder.buildHelpText(legalform.definition);
Expand Down

0 comments on commit 79b08aa

Please sign in to comment.