Skip to content
Snippets Groups Projects
state.js 167 B
Newer Older
  • Learn to ignore specific revisions
  • define([],
        function () {
            return {
                connection: {
                    name: null,
                    candidateName: null
                }
            }
        }
    )