add default to import error manager

This commit is contained in:
Claudio Barril 2014-09-07 23:16:00 -03:00
parent 014d9334b3
commit 25ee14b7aa

View File

@ -96,7 +96,8 @@
contentType:contentType, contentType:contentType,
statusCode: { statusCode: {
201: onSuccess, 201: onSuccess,
400: onError 400: onError,
default: onError
} }
}); });
event.preventDefault(); event.preventDefault();