Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Oct 4, 2018
1 parent 08e1b62 commit 404d040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/restform.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
var setupForm = function ($el, Schema, dataCallback) {
if (window.brutusin) {
// assign new object to prevent unexpected changes
var schema = Object.assign({}, Schema)
var schema = JSON.parse(JSON.stringify(Schema))
// start Brutusin JSON forms
var BrutusinForms = brutusin['json-forms']
var Bf = BrutusinForms.create(schema)
Expand Down
Loading

0 comments on commit 404d040

Please sign in to comment.