look
because
var calculateObjectValue = function (self, name, args, defaultValue) {
.........
if (!func && typeof name === 'string' && sprintf.apply(this, [name].concat(args))) {
return sprintf.apply(this, [name].concat(args));
}
return defaultValue;
};
Why you define data-response-handler="responseHandler", but responseHandler function does not exist?
Close this issue because there is no any response in 7 days, if the problem exists reopen it and provide a jsFiddle, thanks!
Most helpful comment
Why you define
data-response-handler="responseHandler", butresponseHandlerfunction does not exist?