hdeng-bootstrap
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -56,3 +56,3 @@ module.exports = form; | ||
return util.flattenStruct(values); | ||
}; | ||
}.bind(this); | ||
@@ -73,3 +73,3 @@ var successCallback = config.successCallback || function() { | ||
}); | ||
}; | ||
}.bind(this); | ||
@@ -99,3 +99,3 @@ var errorCallback = config.errorCallback || function(xhr) { | ||
this.setState(state); | ||
}; | ||
}.bind(this); | ||
@@ -120,3 +120,3 @@ var defaultSubmitCallback = function(data, successCallback, errorCallback) { | ||
}); | ||
}; | ||
}.bind(this); | ||
@@ -123,0 +123,0 @@ var submitCallback = config.submitCallback || defaultSubmitCallback; |
{ | ||
"name": "hdeng-bootstrap", | ||
"description": "Bootstrap your Heidelberg Engineering projects with ease.", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"author": "Dots United GmbH", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1205604