avoid breaking change of serverValidationManager.unsubscribe()

This commit is contained in:
Niels Lyngsø
2020-04-28 10:40:39 +02:00
parent 96dd7e493d
commit ab0b0918c1
@@ -215,7 +215,7 @@ function serverValidationManager($timeout) {
* @param {} fieldName
* @returns {}
*/
unsubscribe: function (propertyAlias, culture, segment, fieldName) {
unsubscribe: function (propertyAlias, culture, fieldName, segment) {
//normalize culture to "invariant"
if (!culture) {