Skip to content

Commit

Permalink
Added method getFieldsMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jei committed Nov 23, 2016
1 parent 756bc17 commit 43e16f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/widget.js
Expand Up @@ -92,6 +92,10 @@ function submit() {
// Public methods //
////////////////////

$.getFieldsMap = function() {
return fields_map;
};

$.endSubmit = function() {
submitting = false;
$.formMainView.touchEnabled = true;
Expand Down

0 comments on commit 43e16f1

Please sign in to comment.