osb/spark/resources/assets/js/forms/bootstrap.js
2017-11-03 16:26:07 +11:00

24 lines
396 B
JavaScript
Vendored

/**
* Initialize the Spark form extension points.
*/
Spark.forms = {
register: {},
updateContactInformation: {},
updateTeamMember: {}
};
/**
* Load the SparkForm helper class.
*/
require('./form');
/**
* Define the SparkFormError collection class.
*/
require('./errors');
/**
* Add additional HTTP / form helpers to the Spark object.
*/
$.extend(Spark, require('./http'));