Skip to content

Commit

Permalink
Make save action accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 19, 2016
1 parent c13259d commit 7840cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/form-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@
// Make some actions accessible
formBuilder.actions = {
clearFields: _helpers.removeAllfields
save: _helpers.save
};

return formBuilder;
Expand Down

0 comments on commit 7840cb9

Please sign in to comment.